connection wrt to MaxRequestsPerChild and KeepAlive.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349476
13f79535-47bb-0310-9956-
ffa450edef68
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>