[deployment-guide/comm-rel: 623/727] Updated the MaxSpareThreads directive description.

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 13:18:00 UTC 2010


commit 11eceef8b8b1523fe179687cdb675c0ef21f860e
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Tue Sep 7 19:05:53 2010 +0200

    Updated the MaxSpareThreads directive description.

 en-US/The_Apache_HTTP_Server.xml |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/en-US/The_Apache_HTTP_Server.xml b/en-US/The_Apache_HTTP_Server.xml
index 079d5bd..7a96b1b 100644
--- a/en-US/The_Apache_HTTP_Server.xml
+++ b/en-US/The_Apache_HTTP_Server.xml
@@ -2759,6 +2759,22 @@ ErrorDocument 404 /404-not_found.html</screen>
           </listitem>
         </varlistentry>
         <varlistentry>
+          <term><option>MaxSpareThreads</option></term>
+          <listitem>
+            <para>
+              The <option>MaxSpareThreads</option> directive allows you to specify the maximum number of spare server threads. It takes the following form:
+            </para>
+            <screen>MaxSpareThreads <replaceable>number</replaceable></screen>
+            <para>
+              The <replaceable>number</replaceable> must be greater than or equal to the sum of <option>MinSpareThreads</option> and <option>ThreadsPerChild</option>. This directive is used by the <systemitem class="resource">worker</systemitem> MPM only.
+            </para>
+            <example id="example-apache-mpm-maxsparethreads">
+              <title>Using the <option>MaxSpareThreads</option> directive</title>
+              <screen>MaxSpareThreads 75</screen>
+            </example>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
           <term><option>MinSpareServers</option></term>
           <listitem>
             <para>


More information about the docs-commits mailing list