From: Jeff Trawick Date: Mon, 8 Nov 2010 20:56:20 +0000 (+0000) Subject: follow up to r1031659: X-Git-Tag: 2.3.9~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48f209069da64fb697a33b5af358b72923239906;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index e9de269dbbc..a923f14a310 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -346,11 +346,6 @@ will handle during its life process will die. If MaxConnectionsPerChild is 0, then the process will never expire.

- Different default values -

The default value for mpm_netware and - mpm_winnt is 0.

-
-

Setting MaxConnectionsPerChild to a non-zero value limits the amount of memory that process can consume by (accidental) memory leakage.