]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
rebuild html, metadata
authorRich Bowen <rbowen@apache.org>
Thu, 2 Apr 2026 19:24:21 +0000 (19:24 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 2 Apr 2026 19:24:21 +0000 (19:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932764 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mpm_common.html.en.utf8
docs/manual/mod/mpm_common.xml.de
docs/manual/mod/mpm_common.xml.fr
docs/manual/mod/mpm_common.xml.ja
docs/manual/mod/mpm_common.xml.tr

index 776bcce36047330de03d24b46451ba5478bc1c32..9c70b8786588ca3fe8060d07bbd4969f03ec0724 100644 (file)
@@ -589,6 +589,10 @@ spikes</td></tr>
     similar to <code class="module"><a href="../mod/mpm_netware.html">mpm_netware</a></code>.  For
     <code class="module"><a href="../mod/mpmt_os2.html">mpmt_os2</a></code> the default value is <code>5</code>.</p>
 
+    <p>The value of <code class="directive">MinSpareThreads</code> must be at
+    least 1. Values less than 1 will be automatically increased to 1
+    and a warning will be logged.</p>
+
 <h3>See also</h3>
 <ul>
 <li><code class="directive"><a href="#maxsparethreads">MaxSpareThreads</a></code></li>
@@ -771,6 +775,10 @@ Apache HTTP Server</a></li>
       MAX_SERVER_LIMIT in the mpm source file and rebuild the server.</p>
     </div>
 
+    <p>The value of <code class="directive">ServerLimit</code> must be at least
+    1. Values less than 1 will be automatically increased to 1 and a
+    warning will be logged.</p>
+
 <h3>See also</h3>
 <ul>
 <li><a href="../stopping.html">Stopping and Restarting Apache HTTP Server</a></li>
@@ -799,6 +807,11 @@ Apache HTTP Server</a></li>
     prefork</a></code> defaults to <code>5</code>; <code class="module"><a href="../mod/mpmt_os2.html">mpmt_os2</a></code>
     defaults to <code>2</code>.</p>
 
+    <p>The value of <code class="directive">StartServers</code> must be at least
+    1. Values less than 1 will be automatically increased to 1 and a
+    warning will be logged. On <code class="module"><a href="../mod/mpmt_os2.html">mpmt_os2</a></code>, a value of 0
+    is also accepted; values less than 0 will be increased to 1.</p>
+
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="StartThreads" id="StartThreads">StartThreads</a> <a name="startthreads" id="startthreads">Directive</a> <a title="Permanent link" href="#startthreads" class="permalink">&para;</a></h2>
@@ -865,6 +878,10 @@ per child process</td></tr>
       source file and rebuild the server.</p>
     </div>
 
+    <p>The value of <code class="directive">ThreadLimit</code> must be at least
+    1. Values less than 1 will be automatically increased to 1 and a
+    warning will be logged.</p>
+
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="ThreadsPerChild" id="ThreadsPerChild">ThreadsPerChild</a> <a name="threadsperchild" id="threadsperchild">Directive</a> <a title="Permanent link" href="#threadsperchild" class="permalink">&para;</a></h2>
@@ -895,6 +912,10 @@ per child process</td></tr>
     and a warning will be logged. The relationship between these 2 directives
     is explained in <code class="directive"><a href="#threadlimit">ThreadLimit</a></code>.</p>
 
+    <p>The value of <code class="directive">ThreadsPerChild</code> must be at
+    least 1. Values less than 1 will be automatically increased to 1
+    and a warning will be logged.</p>
+
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="ThreadStackSize" id="ThreadStackSize">ThreadStackSize</a> <a name="threadstacksize" id="threadstacksize">Directive</a> <a title="Permanent link" href="#threadstacksize" class="permalink">&para;</a></h2>
index d148735412c50f65f2c4192ae30ef8c746331aa0..723fec4c87e30eda8dc5570a6dbc5d245c9d7dad 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
-<!-- English Revision: 151408:1932756 (outdated) -->
+<!-- English Revision: 151408:1932762 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 1be823110234fef51cd853367e76a19acfc32dea..7fb23f923e05931b56f80b4df9d5e9dde9a32e01 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1928022:1932756 (outdated) -->
+<!-- English Revision: 1928022:1932762 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 3309ac9875d071fce6da67c335ebe383af25c344..1b0d5d7cd5bd44e197252314d72c1068d23f39c6 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 674934:1932756 (outdated) -->
+<!-- English Revision: 674934:1932762 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 197eeddc06fab03cba3184758ccef1b7acbed50f..7949defb5f0565396c63f28868929cc08995a09c 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 1308409:1932756 (outdated) -->
+<!-- English Revision: 1308409:1932762 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>