]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
follow up to r1031659:
authorJeff Trawick <trawick@apache.org>
Mon, 8 Nov 2010 20:56:20 +0000 (20:56 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 8 Nov 2010 20:56:20 +0000 (20:56 +0000)
fix a remaining reference to the old non-zero default for
MaxConnectionsPerChild for most MPMs

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1032706 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mpm_common.xml

index e9de269dbbca9d92858246b99ce0ecba56872b42..a923f14a310d1de68a48631752d42cd763022164 100644 (file)
@@ -346,11 +346,6 @@ will handle during its life</description>
     process will die. If <directive>MaxConnectionsPerChild</directive> is
     <code>0</code>, then the process will never expire.</p>
 
-    <note><title>Different default values</title>
-      <p>The default value for <module>mpm_netware</module> and
-      <module>mpm_winnt</module> is <code>0</code>.</p>
-    </note>
-
     <p>Setting <directive>MaxConnectionsPerChild</directive> to a
     non-zero value limits the amount of memory that process can consume
     by (accidental) memory leakage.</p>