diff options
author | Erik Abele <erikabele@apache.org> | 2004-01-19 20:40:57 +0100 |
---|---|---|
committer | Erik Abele <erikabele@apache.org> | 2004-01-19 20:40:57 +0100 |
commit | d75d474ebbb553464f6b20e1b2f6846626ce8a9a (patch) | |
tree | 016ce6be9483310e9602aa4fb911b9658375fc9b /docs/manual/mod/mpm_common.html.en | |
parent | Don't include zlib files directly. That's very nasty! (diff) | |
download | apache2-d75d474ebbb553464f6b20e1b2f6846626ce8a9a.tar.xz apache2-d75d474ebbb553464f6b20e1b2f6846626ce8a9a.zip |
Document recent changes in prefork.c/r1.287:
"Bump MAX_SERVER_LIMIT by 10x (hoping to stay ahead of Moore's Law
for a little while) since the current limit is too small for at
least one high end site."
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102378 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, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en index ca4e4ac05a..8aca40a446 100644 --- a/docs/manual/mod/mpm_common.html.en +++ b/docs/manual/mod/mpm_common.html.en @@ -642,8 +642,8 @@ Apache</a></li> <div class="note"><h3>Note</h3> <p>There is a hard limit of <code>ServerLimit 20000</code> compiled - into the server. This is intended to avoid nasty effects caused by - typos.</p> + 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> </div> <h3>See also</h3> |