From 39acdb6fe3954dc0f6f844a77312cb8ba933125b Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Fri, 5 Nov 2010 16:43:17 +0000 Subject: [PATCH] PR47782: Explain the delta between the compiled-in defaults for MaxRequestsPerChild and the common default conf contents. Not a backport because in trunk, they've been modified to line up. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1031660 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mpm_common.html.en | 7 +++++++ docs/manual/mod/mpm_common.xml | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en index 53c38bb045b..df552f67ca5 100644 --- a/docs/manual/mod/mpm_common.html.en +++ b/docs/manual/mod/mpm_common.html.en @@ -488,6 +488,13 @@ will handle during its life changes the behavior to limit the number of connections per child.

+

Default Configuration

+

The default (compiled-in) value of this setting (10000) is used when + no MaxRequestsPerChild directive is present in the + configuration. Many default configurations provided with the server include + "MaxRequestsPerChild 0" as part of the default configuration.

+
+
top
diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index 4967d317117..7652516a047 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -510,6 +510,13 @@ will handle during its life changes the behavior to limit the number of connections per child.

+ Default Configuration +

The default (compiled-in) value of this setting (10000) is used when + no MaxRequestsPerChild directive is present in the + configuration. Many default configurations provided with the server include + "MaxRequestsPerChild 0" as part of the default configuration.

+
+ -- 2.47.2