KeepAlive
5
KeepAlive
On
This directive enables Keep-Alive support.
Apache 1.1: Set max-requests to the
maximum number of requests you want Apache to entertain per
request. A limit is imposed to prevent a client from hogging your
server resources. Set this to 0
to disable
support.
Apache 1.2 and later: Set to "On" to enable persistent connections, "Off" to disable. See also the MaxKeepAliveRequests directive.