From: Jeff Trawick Date: Wed, 14 Nov 2007 12:27:50 +0000 (+0000) Subject: no content changes X-Git-Tag: 2.3.0~1270 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0018fdf20fc4a22f3316bdde52deb443346eb07;p=apache no content changes move the xml doc for KeptBodySize to its rightful, alphabetical location (the transformed version was already alphabetized) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@594855 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index bf5a62d833..52ca379bf2 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1503,6 +1503,28 @@ the server configuration files MaxKeepAliveRequests + +KeepAliveTimeout +Amount of time the server will wait for subsequent +requests on a persistent connection +KeepAliveTimeout seconds +KeepAliveTimeout 5 +server configvirtual host + + + +

The number of seconds Apache will wait for a subsequent + request before closing the connection. Once a request has been + received, the timeout value specified by the + Timeout directive applies.

+ +

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.

+
+
+ KeptBodySize Keep the request body instead of discarding it up to @@ -1560,28 +1582,6 @@ mod_include. mod_include documentation - -KeepAliveTimeout -Amount of time the server will wait for subsequent -requests on a persistent connection -KeepAliveTimeout seconds -KeepAliveTimeout 5 -server configvirtual host - - - -

The number of seconds Apache will wait for a subsequent - request before closing the connection. Once a request has been - received, the timeout value specified by the - Timeout directive applies.

- -

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.

-
-
- Limit Restrict enclosed access controls to only certain HTTP