From aed3a0545ed47276f1ea9f69f18a5d7b5c849657 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Fri, 5 Nov 2010 16:31:45 +0000 Subject: [PATCH] PR47782: On trunk, the default conf and the hard-coded default are zero for MaxConnectionsPerChild 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 | 2 +- docs/manual/mod/mpm_common.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en index 238c22d636..cca9a5f01b 100644 --- a/docs/manual/mod/mpm_common.html.en +++ b/docs/manual/mod/mpm_common.html.en @@ -285,7 +285,7 @@ simultaneously Description:Limit on the number of connections that an individual child server will handle during its life Syntax:MaxConnectionsPerChild number -Default:MaxConnectionsPerChild 10000 +Default:MaxConnectionsPerChild 0 Context:server config Status:MPM Module:mpm_netware, mpm_winnt, mpmt_os2, prefork, worker diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index b78d9764f8..a9c99f1506 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -330,7 +330,7 @@ to hold without calling free() Limit on the number of connections that an individual child server will handle during its life MaxConnectionsPerChild number -MaxConnectionsPerChild 10000 +MaxConnectionsPerChild 0 server config mpm_netware mpm_winntmpmt_os2 -- 2.50.1