]> granicus.if.org Git - apache/commitdiff
no content changes
authorJeff Trawick <trawick@apache.org>
Wed, 14 Nov 2007 12:27:50 +0000 (12:27 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 14 Nov 2007 12:27:50 +0000 (12:27 +0000)
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

docs/manual/mod/core.xml

index bf5a62d8337c8add0f28b29211af576c7f31c268..52ca379bf2b6d0cc2cb5471f5a7bf7ac8ee7c803 100644 (file)
@@ -1503,6 +1503,28 @@ the server configuration files</description>
 <seealso><directive module="core">MaxKeepAliveRequests</directive></seealso>
 </directivesynopsis>
 
+<directivesynopsis>
+<name>KeepAliveTimeout</name>
+<description>Amount of time the server will wait for subsequent
+requests on a persistent connection</description>
+<syntax>KeepAliveTimeout <var>seconds</var></syntax>
+<default>KeepAliveTimeout 5</default>
+<contextlist><context>server config</context><context>virtual host</context>
+</contextlist>
+
+<usage>
+    <p>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
+    <directive module="core">Timeout</directive> directive applies.</p>
+
+    <p>Setting <directive>KeepAliveTimeout</directive> 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.</p>
+</usage>
+</directivesynopsis>
+
 <directivesynopsis>
 <name>KeptBodySize</name>
 <description>Keep the request body instead of discarding it up to
@@ -1560,28 +1582,6 @@ mod_include.</description>
 <seealso><a href="mod_include.html">mod_include</a> documentation</seealso>
 </directivesynopsis>
 
-<directivesynopsis>
-<name>KeepAliveTimeout</name>
-<description>Amount of time the server will wait for subsequent
-requests on a persistent connection</description>
-<syntax>KeepAliveTimeout <var>seconds</var></syntax>
-<default>KeepAliveTimeout 5</default>
-<contextlist><context>server config</context><context>virtual host</context>
-</contextlist>
-
-<usage>
-    <p>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
-    <directive module="core">Timeout</directive> directive applies.</p>
-
-    <p>Setting <directive>KeepAliveTimeout</directive> 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.</p>
-</usage>
-</directivesynopsis>
-
 <directivesynopsis type="section">
 <name>Limit</name>
 <description>Restrict enclosed access controls to only certain HTTP