]> granicus.if.org Git - apache/commitdiff
PR47782: On trunk, the default conf and the hard-coded default are zero for MaxConnec...
authorEric Covener <covener@apache.org>
Fri, 5 Nov 2010 16:31:45 +0000 (16:31 +0000)
committerEric Covener <covener@apache.org>
Fri, 5 Nov 2010 16:31:45 +0000 (16:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031659 13f79535-47bb-0310-9956-ffa450edef68

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

index 238c22d636fa93803e0d1a08ab68271843b33974..cca9a5f01b483bcb218c414eda14c208c004d3dd 100644 (file)
@@ -285,7 +285,7 @@ simultaneously</td></tr>
 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Limit on the number of connections that an individual child server
 will handle during its life</td></tr>
 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>MaxConnectionsPerChild <var>number</var></code></td></tr>
-<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>MaxConnectionsPerChild 10000</code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>MaxConnectionsPerChild 0</code></td></tr>
 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td><code class="module"><a href="../mod/mpm_netware.html">mpm_netware</a></code>, <code class="module"><a href="../mod/mpm_winnt.html">mpm_winnt</a></code>, <code class="module"><a href="../mod/mpmt_os2.html">mpmt_os2</a></code>, <code class="module"><a href="../mod/prefork.html">prefork</a></code>, <code class="module"><a href="../mod/worker.html">worker</a></code></td></tr>
index b78d9764f8746cb4fc3b1b15a3f2a6cbfc5a0f57..a9c99f15063467b667a1fc5bec0072d890ab6fdd 100644 (file)
@@ -330,7 +330,7 @@ to hold without calling <code>free()</code></description>
 <description>Limit on the number of connections that an individual child server
 will handle during its life</description>
 <syntax>MaxConnectionsPerChild <var>number</var></syntax>
-<default>MaxConnectionsPerChild 10000</default>
+<default>MaxConnectionsPerChild 0</default>
 <contextlist><context>server config</context></contextlist>
 <modulelist><module>mpm_netware</module>
 <module>mpm_winnt</module><module>mpmt_os2</module>