From: Erik Abele Date: Mon, 19 Jan 2004 19:40:57 +0000 (+0000) Subject: Document recent changes in prefork.c/r1.287: X-Git-Tag: pre_ajp_proxy~785 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d75d474ebbb553464f6b20e1b2f6846626ce8a9a;p=apache 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 --- diff --git a/docs/manual/mod/mpm_common.html.de b/docs/manual/mod/mpm_common.html.de index 4abbbcedab..bd68479080 100644 --- a/docs/manual/mod/mpm_common.html.de +++ b/docs/manual/mod/mpm_common.html.de @@ -691,8 +691,8 @@ ablegt

Anmerkung

Eine feste Begrenzung von ServerLimit 20000 ist in den - Server einkompiliert. Dies soll unangenehme Effekte durch Tippfehler - verhindern.

+ Server einkompiliert (bei dem MPM prefork 200000). + Dies soll unangenehme Effekte durch Tippfehler verhindern.

Siehe auch

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

Note

There is a hard limit of ServerLimit 20000 compiled - into the server. This is intended to avoid nasty effects caused by - typos.

+ into the server (for the prefork MPM 200000). This is + intended to avoid nasty effects caused by typos.

See also

diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index 78ce442729..b5d8ca9b9a 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -650,8 +650,8 @@ Apache Note

There is a hard limit of ServerLimit 20000 compiled - into the server. This is intended to avoid nasty effects caused by - typos.

+ into the server (for the prefork MPM 200000). This is + intended to avoid nasty effects caused by typos.

Stopping and Restarting Apache diff --git a/docs/manual/mod/mpm_common.xml.de b/docs/manual/mod/mpm_common.xml.de index 9ea77c6f96..79b14dc4fc 100644 --- a/docs/manual/mod/mpm_common.xml.de +++ b/docs/manual/mod/mpm_common.xml.de @@ -691,8 +691,8 @@ entgegengenommenen Anfragen Anmerkung

Eine feste Begrenzung von ServerLimit 20000 ist in den - Server einkompiliert. Dies soll unangenehme Effekte durch Tippfehler - verhindern.

+ Server einkompiliert (bei dem MPM prefork 200000). + Dies soll unangenehme Effekte durch Tippfehler verhindern.

Apache beenden und neu