diff options
author | Takashi Sato <takashi@apache.org> | 2008-12-06 18:09:42 +0100 |
---|---|---|
committer | Takashi Sato <takashi@apache.org> | 2008-12-06 18:09:42 +0100 |
commit | 746e3a6e1fef203a225ea0c912ae6acf457ad134 (patch) | |
tree | 30b981eb33aefeb432e6e91018940fd8f2ab4032 /docs/manual/mod/core.html.en | |
parent | fix XML errors of r723560 (diff) | |
download | apache2-746e3a6e1fef203a225ea0c912ae6acf457ad134.tar.xz apache2-746e3a6e1fef203a225ea0c912ae6acf457ad134.zip |
update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@724013 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/core.html.en')
-rw-r--r-- | docs/manual/mod/core.html.en | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index a300b4335f..dab34a56bd 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -1567,7 +1567,7 @@ the server configuration files</td></tr> 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 <code class="directive"><a href="../mod/mpm_common.html#maxrequestsperchild">MaxRequestsPerChild</a></code> directive, regardless of how many requests are sent using the connection.</p> <h3>See also</h3> |