Log in / create account | Login with OpenID
DocForge
Programmer's Wiki

Httpd/KeepAliveTimeout

From DocForge

KeepAliveTimeout in an Apache httpd core setting which sets the timeout of persistent connections, which are enabled with the KeepAlive setting. This sets the length of time httpd will wait for another request before closing the connection.

This setting is configurable in the main configuration section and within virtual hosts.