MaxKeepAliveRequests #num
Where #num is the number of requests the server will fulfill.
A #num of 0 implies no maximum, and the server will continue the KeepAlive
transaction until the KeepAliveTimeout
or until the browser closes the connection.
Compile Option: DEFAULT_KEEPALIVE_MAXREQUESTS
MaxKeepAliveRequests 0
The server will only close the connection if the timeout value is reached, or a non-KeepAlive capable request is fulfilled (any request for which the server cannot determine before sending the size of the request, including most CGI scripts and Server Side Includes).
Return to Configuration File Overview