DevPortal

What is Failover of WebGate for Apache HTTP Server?


When the Apache plug-in starts up, it tries to create a pool of connections to a node that is specified first in the comma-separated list of nodes. If it successfully creates the connection, it serves the request using the pool. When a node is shutdown, the plug-in performs a failover and tries to create a connection pool for the next node. If the connection fails or there is no response from any Server in the cluster, an error message is sent.

Sample Configuration

Following is a sample configuration file:

Logging medium
MaxLogFileSizeInMB 500
NoOfLogFiles 5
LogFileName logs/pramatiplugin.log
AddClientHeaders true
WebGateHost localhost:8181
MaxSockPool 10
EnhancedLBEnabled false
PluginInstallationHome D:/WebGateHome


Related Topics:

© Pramati Technologies 2007 Runs on Pramati Server | Feedback | Legal