From 48f209069da64fb697a33b5af358b72923239906 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Mon, 8 Nov 2010 20:56:20 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mpm_common.xml | 5 ----- 1 file changed, 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 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.

-- 2.40.0