mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
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
This commit is contained in:
@ -691,8 +691,8 @@ ablegt</td></tr>
|
||||
|
||||
<div class="note"><h3>Anmerkung</h3>
|
||||
<p>Eine feste Begrenzung von <code>ServerLimit 20000</code> ist in den
|
||||
Server einkompiliert. Dies soll unangenehme Effekte durch Tippfehler
|
||||
verhindern.</p>
|
||||
Server einkompiliert (bei dem MPM <code class="module"><a href="../mod/prefork.html">prefork</a></code> 200000).
|
||||
Dies soll unangenehme Effekte durch Tippfehler verhindern.</p>
|
||||
</div>
|
||||
|
||||
<h3>Siehe auch</h3>
|
||||
|
@ -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>
|
||||
|
@ -650,8 +650,8 @@ Apache</a></seealso>
|
||||
|
||||
<note><title>Note</title>
|
||||
<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 <module>prefork</module> MPM 200000). This is
|
||||
intended to avoid nasty effects caused by typos.</p>
|
||||
</note>
|
||||
</usage>
|
||||
<seealso><a href="../stopping.html">Stopping and Restarting Apache</a></seealso>
|
||||
|
@ -691,8 +691,8 @@ entgegengenommenen Anfragen</description>
|
||||
|
||||
<note><title>Anmerkung</title>
|
||||
<p>Eine feste Begrenzung von <code>ServerLimit 20000</code> ist in den
|
||||
Server einkompiliert. Dies soll unangenehme Effekte durch Tippfehler
|
||||
verhindern.</p>
|
||||
Server einkompiliert (bei dem MPM <module>prefork</module> 200000).
|
||||
Dies soll unangenehme Effekte durch Tippfehler verhindern.</p>
|
||||
</note>
|
||||
</usage>
|
||||
<seealso><a href="../stopping.html">Apache beenden und neu
|
||||
|
Reference in New Issue
Block a user