]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
MaxSpareServers cannot be equal to MinSpareServers.
authorJoe Orton <jorton@apache.org>
Fri, 10 Sep 2004 09:21:31 +0000 (09:21 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 10 Sep 2004 09:21:31 +0000 (09:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105058 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/prefork.html.en
docs/manual/mod/prefork.xml

index 7ede763bec9a7cee17f112af5bee40ea7b5c0784..0bc342a2d799ec32e9e3c7c42d58d8e10f11c47f 100644 (file)
@@ -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>
 
index f1089e3235b3037e6a4c7ab01c0beb139b8e9516..53ec3b0e49a5a3d41cd60558f2fe067938a4c409 100644 (file)
@@ -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>