Commit 8a24346c authored by Joe Orton's avatar Joe Orton
Browse files

MaxSpareServers cannot be equal to MinSpareServers.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105058 13f79535-47bb-0310-9956-ffa450edef68
parent 9ba85e2c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>

+2 −2
Original line number Diff line number Diff line
<?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>