dgaudet     97/06/29 11:14:07

  Modified:    htdocs/manual/mod  Tag: APACHE_1_2_X  core.html
                        directives.html
  Log:
  Remove listenbacklog docs.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.56.2.3  +0 -14     apache/htdocs/manual/mod/core.html
  
  Index: core.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/mod/core.html,v
  retrieving revision 1.56.2.2
  retrieving revision 1.56.2.3
  diff -C3 -r1.56.2.2 -r1.56.2.3
  *** core.html 1997/06/29 18:12:41     1.56.2.2
  --- core.html 1997/06/29 18:14:05     1.56.2.3
  ***************
  *** 43,49 ****
    <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>
  --- 43,48 ----
  ***************
  *** 659,677 ****
    <strong>See Also:</strong>
    <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; -->
  --- 658,663 ----
  
  
  
  1.20.2.2  +0 -1      apache/htdocs/manual/mod/directives.html
  
  Index: directives.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/mod/directives.html,v
  retrieving revision 1.20.2.1
  retrieving revision 1.20.2.2
  diff -C3 -r1.20.2.1 -r1.20.2.2
  *** directives.html   1997/06/29 18:12:42     1.20.2.1
  --- directives.html   1997/06/29 18:14:06     1.20.2.2
  ***************
  *** 103,109 ****
    <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>
  --- 103,108 ----
  
  
  

Reply via email to