]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r692325 from trunk:
authorTakashi Sato <takashi@apache.org>
Fri, 5 Sep 2008 15:29:46 +0000 (15:29 +0000)
committerTakashi Sato <takashi@apache.org>
Fri, 5 Sep 2008 15:29:46 +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.0.x@692460 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mpm_common.xml

index 431e8cc166044d967c0c7494baaf4679242f80a3..6cc309f184fada24797b963b52a1d90c07fa1f32 100644 (file)
@@ -390,8 +390,8 @@ listens to</description>
 
 <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>