]> granicus.if.org Git - apache/commitdiff
- try to add a note to explain the behaviour of clients use a pipelined
authorDavid Reid <dreid@apache.org>
Mon, 28 Nov 2005 19:41:42 +0000 (19:41 +0000)
committerDavid Reid <dreid@apache.org>
Mon, 28 Nov 2005 19:41:42 +0000 (19:41 +0000)
  connection wrt to MaxRequestsPerChild and KeepAlive.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349476 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index d37d77e2da417dc3c7806b330b4dc37ac4e2ff47..9541517b04bf4367b0af7b9df9442cc581fcdc29 100644 (file)
@@ -1532,6 +1532,10 @@ the server configuration files</description>
     unless otherwise specified. If the client requests it, chunked
     encoding will be used in order to send content of unknown
     length over persistent connections.</p>
+
+    <p>When a client uses a Keep-Alive connection it will be counted
+    as a single "request" for the MaxRequestsPerChild directive, regardless
+    of how many requests are sent using the connection.</p>
 </usage>
 
 <seealso><directive module="core">MaxKeepAliveRequests</directive></seealso>