From: David Reid
Date: Mon, 28 Nov 2005 19:41:42 +0000 (+0000)
Subject: - try to add a note to explain the behaviour of clients use a pipelined
X-Git-Tag: 2.3.0~2727
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43f57e6ef0e52b067af0a4f97c9df9265af79941;p=thirdparty%2Fapache%2Fhttpd.git
- try to add a note to explain the behaviour of clients use a pipelined
connection wrt to MaxRequestsPerChild and KeepAlive.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349476 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index d37d77e2da4..9541517b04b 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -1532,6 +1532,10 @@ the server configuration files
unless otherwise specified. If the client requests it, chunked
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.
MaxKeepAliveRequests