[deployment-guide/comm-rel: 621/727] Updated the MaxSpareServers directive description.

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 13:17:50 UTC 2010


commit 96f8cd73afdd3d5c89d6e5bb3097b74f311ea80a
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Tue Sep 7 18:23:16 2010 +0200

    Updated the MaxSpareServers directive description.

 en-US/The_Apache_HTTP_Server.xml |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)
---
diff --git a/en-US/The_Apache_HTTP_Server.xml b/en-US/The_Apache_HTTP_Server.xml
index 7cfd3f6..34b1160 100644
--- a/en-US/The_Apache_HTTP_Server.xml
+++ b/en-US/The_Apache_HTTP_Server.xml
@@ -2743,6 +2743,22 @@ ErrorDocument 404 /404-not_found.html</screen>
           </listitem>
         </varlistentry>
         <varlistentry>
+          <term><option>MaxSpareServers</option></term>
+          <listitem>
+            <para>
+              The <option>MaxSpareServers</option> directive allows you to specify the maximum number of spare child processes. It takes the following form:
+            </para>
+            <screen>MaxSpareServers <replaceable>number</replaceable></screen>
+            <para>
+              This directive is used by the <systemitem class="resource">prefork</systemitem> MPM only.
+            </para>
+            <example id="example-apache-mpm-maxspareservers">
+              <title>Using the <option>MaxSpareServers</option> directive</title>
+              <screen>MaxSpareServers 20</screen>
+            </example>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
           <term><option>StartServers</option></term>
           <listitem>
             <para>
@@ -2766,7 +2782,7 @@ ErrorDocument 404 /404-not_found.html</screen>
             </para>
             <screen>ThreadsPerChild <replaceable>number</replaceable></screen>
             <para>
-              The directive is used by the <systemitem class="resource">worker</systemitem> MPM only.
+              This directive is used by the <systemitem class="resource">worker</systemitem> MPM only.
             </para>
             <example id="example-apache-mpm-threadsperchild">
               <title>Using the <option>ThreadsPerChild</option> directive</title>


More information about the docs-commits mailing list