Httpd KeepAlive

From NovaOrdis Knowledge Base
Revision as of 17:11, 23 November 2016 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

External

Internal

Overview

"KeepAlive" specifies whether or not to allow persistent connections (more than one request per connection). Set to "Off" to deactivate.

...
KeepAlive Off
...

Setting KeepAliveTimeout to a high value may cause performance problems in heavily loaded servers. The higher the timeout, the more server processes will be kept occupied waiting on connections with idle clients.