diff options
author | Jeff Trawick <trawick@apache.org> | 2010-11-08 21:56:20 +0100 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2010-11-08 21:56:20 +0100 |
commit | 48f209069da64fb697a33b5af358b72923239906 (patch) | |
tree | a334b1cb747c74f878c183799e09d2d74cc965e6 /docs/manual/mod/mpm_common.xml | |
parent | update transformation (diff) | |
download | apache2-48f209069da64fb697a33b5af358b72923239906.tar.xz apache2-48f209069da64fb697a33b5af358b72923239906.zip |
follow up to r1031659:
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
Diffstat (limited to 'docs/manual/mod/mpm_common.xml')
-rw-r--r-- | docs/manual/mod/mpm_common.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index e9de269dbb..a923f14a31 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -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> |