Deprecated. Use ssl-context attribute instead.
List of proxies for mod_cluster to register with defined by outbound-socket-binding in socket-binding-group.
Value which will be prepended to the URL of MCMP commands.
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.
Reference to the SSLContext to be used by mod_cluster.
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.
Maximum number of failover attempts by reverse proxy when sending the request to the backend server.
Enables/disables packet flushing.
Time to wait before flushing packets in milliseconds.
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
The name of Undertow listener that mod_cluster reverse proxy will connect to.
Session draining strategy used during undeployment of a web application.
Number of seconds to wait for a worker to become available to handle a request. When no workers of a
balancer are usable, mod_cluster will retry after a while (workerTimeout/100). That is timeout in the
balancer mod_proxy documentation. A value of -1 indicates that the HTTPd will not wait
for a worker to be available and will return an error if none is available.
Number of seconds a STATUS message is sent from the application server to reverse proxy.
Default: 10 seconds.
Deprecated. 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)
Deprecated. sslKeyAlias The alias of the key holding the client certificates in the key store.
Deprecated. sslKeyStorePassword/sslTrustStorePassword Password granting access to the key store and trust store.
Deprecated. sslKeyStore: That is the keystore name here.
Deprecated. 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).
Deprecated. sslProtocol: Overrides the default SSL socket protocol.
Deprecated. sslTrustStore location of the file containing the trust store.
Deprecated. sslCrlFile A file or URL to get the revocation list.
Deprecated.