]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove listenbacklog docs.
authordgaudet <dgaudet@unknown>
Sun, 29 Jun 1997 18:14:06 +0000 (18:14 +0000)
committerdgaudet <dgaudet@unknown>
Sun, 29 Jun 1997 18:14:06 +0000 (18:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3@78450 13f79535-47bb-0310-9956-ffa450edef68

APACHE_1_2_X/htdocs/manual/mod/core.html
APACHE_1_2_X/htdocs/manual/mod/directives.html

index 6e4d5f0ced8a09e43374c795d78bedc9dac8a9e7..186a315b5782df197296bf205614defb2ec9040c 100644 (file)
@@ -43,7 +43,6 @@ always available.
 <li><A HREF="#keepalivetimeout">KeepAliveTimeout</A>
 <li><A HREF="#limit">&lt;Limit&gt;</A>
 <li><A HREF="#listen">Listen</A>
-<li><A HREF="#listenbacklog">ListenBacklog</A>
 <li><A HREF="#location">&lt;Location&gt;</A>
 <li><A HREF="#lockfile">LockFile</A>
 <li><A HREF="#maxclients">MaxClients</A>
@@ -660,19 +659,6 @@ directive.</p>
 <a href="../misc/known_bugs.html#listenbug">Known Bugs</a></p>
 <hr>
 
-<A NAME="listenbacklog"><H2>ListenBacklog</H2></A>
-<strong>Syntax:</strong> ListenBacklog <em>backlog</em><br>
-<strong>Default:</strong> <code>ListenBacklog 511</code><br>
-<strong>Context:</strong> server config<br>
-<strong>Status:</strong> Core<br>
-<strong>Compatibility:</strong> ListenBacklog is only available in Apache
-versions after 1.2.0.<p>
-
-The maximum length of the queue of pending connections.  Generally no
-tuning is needed or desired, however on some systems it is desirable
-to increase this when under a TCP SYN flood attack.  See 
-the backlog parameter to the <code>listen(2)</code> system call.
-
 <A name="limit"><h2>&lt;Limit&gt; directive</h2></A>
 <!--%plaintext &lt;?INDEX {\tt Limit} section directive&gt; -->
 <strong>Syntax:</strong>
index 1c31c7b1a272fe604823b69989053277be8ef98d..b2645a45a5c372e456d6650e9e33075895e1bd39 100644 (file)
 <li><A HREF="mod_negotiation.html#languagepriority">LanguagePriority</A>
 <li><A HREF="core.html#limit">&lt;Limit&gt;</A>
 <li><A HREF="core.html#listen">Listen</A>
-<li><A HREF="core.html#listenbacklog">ListenBacklog</A>
 <li><A HREF="mod_dld.html#loadfile">LoadFile</A>
 <li><A HREF="mod_dld.html#loadmodule">LoadModule</A>
 <li><A HREF="core.html#location">&lt;Location&gt;</A>