]> granicus.if.org Git - apache/commitdiff
MaxClients was incorrectly discussed as "MaxServers"
authorRich Bowen <rbowen@apache.org>
Sun, 16 Sep 2001 20:38:07 +0000 (20:38 +0000)
committerRich Bowen <rbowen@apache.org>
Sun, 16 Sep 2001 20:38:07 +0000 (20:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91044 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/prefork.html

index 3afba13b74c476837ae0028ad94a255536521e5c..eda56730d26399bc0280d6e7589cb2fd5c197982 100644 (file)
@@ -50,7 +50,7 @@ In this way, clients do not need to wait for a new child processes to
 be forked before their requests can be served.</p>
 
 <p>The <code>StartServers</code>, <code>MinSpareServers</code>,
-<code>MaxSpareServers</code>, and <code>MaxServers</code> regulate how
+<code>MaxSpareServers</code>, and <code>MaxClients</code> regulate how
 the parent process creates children to serve requests.  In general,
 Apache is very self-regulating, so most sites do not need to adjust
 these directives from their default values.  Sites which need to serve