Httpd KeepAliveTimeout: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 9: Line 9:


=Overview=
=Overview=
Number of seconds to wait for the next request from the same client on the same connection.
<pre>
...
KeepAliveTimeout 15
...
</pre>

Revision as of 01:04, 2 January 2017

External

Internal

Overview

Number of seconds to wait for the next request from the same client on the same connection.

...
KeepAliveTimeout 15
...