]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r692325 from trunk:
authorTakashi Sato <takashi@apache.org>
Fri, 5 Sep 2008 15:29:35 +0000 (15:29 +0000)
committerTakashi Sato <takashi@apache.org>
Fri, 5 Sep 2008 15:29:35 +0000 (15:29 +0000)
Fix MaxClients description to adapt threading MPM.
(This is still inaccurate for trunk Event MPM.)

Submitted by Dan Poirier <poirier pobox.com>
PR: 45747

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@692459 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mpm_common.xml

index 10ce3e57e07a881b4d18b8b9dbe307c480d36cb7..9323262988f43efd01b33a16f92e43bcd1ddf6bf 100644 (file)
@@ -418,8 +418,8 @@ The <var>protocol</var> argument was added in 2.1.5</compatibility>
 
 <directivesynopsis>
 <name>MaxClients</name>
-<description>Maximum number of child processes that will be created
-to serve requests</description>
+<description>Maximum number of simultaneous requests that will
+be served</description>
 <syntax>MaxClients <var>number</var></syntax>
 <default>See usage for details</default>
 <contextlist><context>server config</context></contextlist>