diff options
author | Rich Bowen <rbowen@apache.org> | 2010-03-02 14:20:45 +0100 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2010-03-02 14:20:45 +0100 |
commit | 1afcfa378e490533f681e41f8e2b388a3fba2d1e (patch) | |
tree | a19ec69b7d9775043342ff732539d7a7f792476f /docs/manual/mod/mpm_common.html.en | |
parent | Awkward phrasing. (diff) | |
download | apache2-1afcfa378e490533f681e41f8e2b388a3fba2d1e.tar.xz apache2-1afcfa378e490533f681e41f8e2b388a3fba2d1e.zip |
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
Diffstat (limited to 'docs/manual/mod/mpm_common.html.en')
-rw-r--r-- | docs/manual/mod/mpm_common.html.en | 4 |
1 files changed, 3 insertions, 1 deletions
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</a></li> <div class="note"><h3>Note</h3> <p>There is a hard limit of <code>ServerLimit 20000</code> compiled into the server (for the <code class="module"><a href="../mod/prefork.html">prefork</a></code> MPM 200000). This is - intended to avoid nasty effects caused by typos.</p> + 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.</p> </div> <h3>See also</h3> |