]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
PR47782: Explain the delta between the compiled-in defaults for MaxRequestsPerChild...
authorEric Covener <covener@apache.org>
Fri, 5 Nov 2010 16:43:17 +0000 (16:43 +0000)
committerEric Covener <covener@apache.org>
Fri, 5 Nov 2010 16:43:17 +0000 (16:43 +0000)
default conf contents.  Not a backport because in trunk, they've been modified to line up.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1031660 13f79535-47bb-0310-9956-ffa450edef68

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

index 53c38bb045b165389602e576c64e9fc01bc8578e..df552f67ca583a251f164c54167a73b9837dcc4c 100644 (file)
@@ -488,6 +488,13 @@ will handle during its life</td></tr>
       changes the behavior to limit the number of <em>connections</em> per
       child.</p>
     </div>
+    <div class="note"><h3>Default Configuration</h3>
+      <p>The default (compiled-in) value of this setting (10000) is used when
+      no <code class="directive">MaxRequestsPerChild</code> directive is present in the
+      configuration.  Many default configurations provided with the server include
+      "MaxRequestsPerChild 0" as part of the <em>default configuration</em>.</p>
+</div>
+
 
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
index 4967d317117b190efbe749abe8c1d4fb47d199a0..7652516a047b00883ce12e2aa9b7cc4c57ad8606 100644 (file)
@@ -510,6 +510,13 @@ will handle during its life</description>
       changes the behavior to limit the number of <em>connections</em> per
       child.</p>
     </note>
+    <note><title>Default Configuration</title>
+      <p>The default (compiled-in) value of this setting (10000) is used when
+      no <directive>MaxRequestsPerChild</directive> directive is present in the
+      configuration.  Many default configurations provided with the server include
+      "MaxRequestsPerChild 0" as part of the <em>default configuration</em>.</p>
+</note>
+
 </usage>
 </directivesynopsis>