Commit 41eff67e authored by Takashi Sato's avatar Takashi Sato
Browse files

quote MaxRequestsPerChild

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@720186 13f79535-47bb-0310-9956-ffa450edef68
parent bff62d59
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1546,7 +1546,8 @@ the server configuration files</description>
    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
    as a single "request" for the <directive module="mpm_common"
    >MaxRequestsPerChild</directive> directive, regardless
    of how many requests are sent using the connection.</p>
</usage>