|
PrimeAlert®
for Apache Web Server
Version 1.0.0
|
|
Configuration Section - Global Configuration

Figure 5 - Configuration - Global Configuration Section
Global Environment
The Global Configuration section displays global configuration data about your Apache
Web Server. The data fields in the Global Environment table are described below:
- BindAddress - The IP address of the network interface that the Apache Web Server uses to listen for connections.
- KeepAlive - Specifies whether the server is to allow multiple requests to be sent over the same TCP connection.
- KeepAliveTimeout - The number of seconds between requests where Apache will keep its TCP connection alive. The number of seconds Apache will wait for the next request before closing the TCP connection.
- Listen Port - Instructs Apache to listen to more than one IP address or port. The directive defaults to listening on all IP addresses and the port specified by the Port directive.
- ListenBacklog - The maximum length of the queue of pending connections.
- LockFile - Sets the path to the lock file to be used by Apache.
- MaxKeepAliveRequests - Limits the number of requests allowed per TCP connection when the KeepAlive directive is set to on.
- ServerRoot - The root directory of the server.
- Timeout (s) - The total amount of time Apache will wait:
- To receive a GET request.
- Between receipt of TCP packets on a POST or PUT request.
- Between ACKs on transmissions of TCP packets in responses.
|