From: Paul Querna Date: Mon, 28 Nov 2005 20:44:08 +0000 (+0000) Subject: rebuild docs X-Git-Tag: 2.3.0~2726 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c2a688c6368a46fbd1af8cfaa730e2d84450a3b;p=thirdparty%2Fapache%2Fhttpd.git rebuild docs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349498 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 35b184a9872..84575be689d 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -1556,6 +1556,10 @@ the server configuration files encoding will be used in order to send content of unknown length over persistent connections.

+

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.

+

See also