From: Rich Bowen
Date: Sun, 16 Sep 2001 20:38:07 +0000 (+0000)
Subject: MaxClients was incorrectly discussed as "MaxServers"
X-Git-Tag: 2.0.26~246
X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=b3487b76a2c3dbf77bba0d1907625df1018e8c95;p=thirdparty%2Fapache%2Fhttpd.git
MaxClients was incorrectly discussed as "MaxServers"
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91044 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/prefork.html b/docs/manual/mod/prefork.html
index 3afba13b74c..eda56730d26 100644
--- a/docs/manual/mod/prefork.html
+++ b/docs/manual/mod/prefork.html
@@ -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.
The StartServers, MinSpareServers,
-MaxSpareServers, and MaxServers regulate how
+MaxSpareServers, and MaxClients 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