The balancer name. All nodes of a cluster have to use the same value.
The amount of time in seconds for which to wait for clean shutdown of a context.
Number of seconds to wait for a response from an httpd proxy to MCMP commands before timing out, and flagging the proxy as in error.
Timeout (in seconds) for proxy connections to a node. That is the time mod_cluster will wait for the back-end response before returning error.
Number of times an httpd proxy will attempt to send a given request to a worker before giving up.
Enables/disables packet flushing.
Time to wait before flushing packets in millseconds.
Time (in seconds) in which to wait for a pong answer to a ping.
Soft maximum idle connection count.
Time to live (in seconds) for idle connections above smax.
Load balancing group
Configuration information for one SSL configuration.
sslCertificateEncodingAlgorithm (default value only)
sslKeyStoreType/sslTrustStoreType (JKS: default value only)
sslKeyStoreProvider/sslTrustStoreProvider (only default value).
sslTrustAlgorithm (only default value).
sslTrustMaxCertLength (5: default value only)
sslKeyAlias The alias of the key holding the client certificates in the key store.
sslKeyStorePassword/sslTrustStorePassword Password granting access to the key store and trust store.
sslKeyStore: That is the keystore name here.
sslCiphers: comma separated list of encryption ciphers the configuration is allowed to use, that MUST NOT be
the JVM default in of JSSE as contains weak ciphers.
that is SSLCipherSuite when using OpenSSL (APR).
sslProtocol: Overrides the default SSL socket protocol.
sslTrustStore location of the file containing the trust store.
sslCrlFile A file or URL to get the revocation list.