From: Joe Orton Date: Fri, 10 Sep 2004 09:21:31 +0000 (+0000) Subject: MaxSpareServers cannot be equal to MinSpareServers. X-Git-Tag: 2.1.1~314 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=faa3a8572893eb463962fb47b0b8f1dc64518de0;p=thirdparty%2Fapache%2Fhttpd.git MaxSpareServers cannot be equal to MinSpareServers. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105058 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/prefork.html.en b/docs/manual/mod/prefork.html.en index 7ede763bec9..0bc342a2d79 100644 --- a/docs/manual/mod/prefork.html.en +++ b/docs/manual/mod/prefork.html.en @@ -128,7 +128,7 @@ uses

Tuning of this parameter should only be necessary on very busy sites. Setting this parameter to a large number is almost - always a bad idea. If you are trying to set the value lower than + always a bad idea. If you are trying to set the value equal to or lower than MinSpareServers, Apache will automatically adjust it to MinSpareServers + 1.

diff --git a/docs/manual/mod/prefork.xml b/docs/manual/mod/prefork.xml index f1089e3235b..53ec3b0e49a 100644 --- a/docs/manual/mod/prefork.xml +++ b/docs/manual/mod/prefork.xml @@ -1,7 +1,7 @@ - +