Httpd MaxKeepAliveRequests: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
* [[httpd Persistent Connection Configuration]] | * [[httpd Persistent Connection Configuration]] | ||
* [[httpd Configuration#Directives|httpd Configuration]] | * [[httpd Configuration#Directives|httpd Configuration]] | ||
=Overview= | |||
The maximum number of requests to allow during a persistent connection. Set to 0 to allow an unlimited amount. We recommend you leave this number high, for maximum performance. | |||
<pre> | |||
... | |||
MaxKeepAliveRequests 100 | |||
... | |||
</pre> |
Revision as of 01:02, 2 January 2017
External
Internal
Overview
The maximum number of requests to allow during a persistent connection. Set to 0 to allow an unlimited amount. We recommend you leave this number high, for maximum performance.
... MaxKeepAliveRequests 100 ...