From: Rich Bowen
Date: Tue, 2 Mar 2010 13:20:45 +0000 (+0000)
Subject: Not sure if this is actually useful, but I've been asked often enough
X-Git-Tag: 2.3.6~413
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1afcfa378e490533f681e41f8e2b388a3fba2d1e;p=apache
Not sure if this is actually useful, but I've been asked often enough
that I think it's probably worth mentioning. On the other hand, if
someone can't grep the source code for '20000', I'm not sure they should
be encouraged ... ;-)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@918022 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en
index d21e2f832e..2114812a62 100644
--- a/docs/manual/mod/mpm_common.html.en
+++ b/docs/manual/mod/mpm_common.html.en
@@ -564,7 +564,9 @@ Apache
Note
There is a hard limit of ServerLimit 20000
compiled
into the server (for the prefork
MPM 200000). This is
- intended to avoid nasty effects caused by typos.
+ intended to avoid nasty effects caused by typos. To increase it
+ even further past this limit, you will need to modify the value of
+ MAX_SERVER_LIMIT in the mpm source file and rebuild the server.
See also
diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml
index d48f56fe41..ef62b8492d 100644
--- a/docs/manual/mod/mpm_common.xml
+++ b/docs/manual/mod/mpm_common.xml
@@ -567,7 +567,9 @@ Apache
Note
There is a hard limit of ServerLimit 20000
compiled
into the server (for the prefork MPM 200000). This is
- intended to avoid nasty effects caused by typos.
+ intended to avoid nasty effects caused by typos. To increase it
+ even further past this limit, you will need to modify the value of
+ MAX_SERVER_LIMIT in the mpm source file and rebuild the server.
Stopping and Restarting Apache
diff --git a/docs/manual/mod/mpm_common.xml.de b/docs/manual/mod/mpm_common.xml.de
index ae52e0dab5..950cbe1cd8 100644
--- a/docs/manual/mod/mpm_common.xml.de
+++ b/docs/manual/mod/mpm_common.xml.de
@@ -1,7 +1,7 @@
-
+
+
+