diff options
author | Joe Orton <jorton@apache.org> | 2004-09-10 09:21:31 +0000 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2004-09-10 09:21:31 +0000 |
commit | faa3a8572893eb463962fb47b0b8f1dc64518de0 (patch) | |
tree | 3c59e1d2d5785b98487550f2f16143ce582ad084 /docs | |
parent | 916b02a98d4e4eefd2edd68ce95a55ca995e54a0 (diff) | |
download | httpd-faa3a8572893eb463962fb47b0b8f1dc64518de0.tar.gz |
MaxSpareServers cannot be equal to MinSpareServers.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105058 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mod/prefork.html.en | 2 | ||||
-rw-r--r-- | docs/manual/mod/prefork.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/mod/prefork.html.en b/docs/manual/mod/prefork.html.en index 7ede763bec..0bc342a2d7 100644 --- a/docs/manual/mod/prefork.html.en +++ b/docs/manual/mod/prefork.html.en @@ -128,7 +128,7 @@ uses</a></li> <p>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 <code class="directive"><a href="#minspareservers">MinSpareServers</a></code>, Apache will automatically adjust it to <code class="directive">MinSpareServers</code><code> + 1</code>.</p> diff --git a/docs/manual/mod/prefork.xml b/docs/manual/mod/prefork.xml index f1089e3235..53ec3b0e49 100644 --- a/docs/manual/mod/prefork.xml +++ b/docs/manual/mod/prefork.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<!-- $Revision: 1.16 $ --> +<!-- $Revision: 1.17 $ --> <!-- Copyright 2002-2004 The Apache Software Foundation @@ -133,7 +133,7 @@ uses</a></seealso> <p>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 <directive module="prefork">MinSpareServers</directive>, Apache will automatically adjust it to <directive >MinSpareServers</directive><code> + 1</code>.</p> |