You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2004/03/22 21:59:38 UTC

cvs commit: httpd-2.0/docs/manual/faq all_in_one.html.en error.html.en error.xml

slive       2004/03/22 12:59:38

  Modified:    docs/manual/faq all_in_one.html.en error.html.en error.xml
  Log:
  Send people to the correct directive to deal with AcceptEx problems.
  
  Revision  Changes    Path
  1.10      +9 -0      httpd-2.0/docs/manual/faq/all_in_one.html.en
  
  Index: all_in_one.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/faq/all_in_one.html.en,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -d -b -u -r1.9 -r1.10
  --- all_in_one.html.en	21 Feb 2004 00:31:32 -0000	1.9
  +++ all_in_one.html.en	22 Mar 2004 20:59:38 -0000	1.10
  @@ -144,6 +144,7 @@
       <ul>
       <li><a href="#error.sendfile">Invalid argument:
       core_output_filter: writing data to the network</a></li>
  +    <li><a href="#error.acceptex">AcceptEx failed</a></li>
       </ul>
   
       <h3><a name="error.sendfile" id="error.sendfile">Invalid argument:
  @@ -167,6 +168,14 @@
       help with similar problems.</p>
   
       
  +
  +    <h3><a name="error.acceptex" id="error.acceptex">AcceptEx Failed</a></h3>
  +
  +    <p>If you get error messages related to the <code>AcceptEx</code> syscall
  +    on win32, see the <code class="directive"><a href="../mod/mpm_winnt.html#win32disableacceptex">Win32DisableAcceptEx</a></code>
  +    directive.</p>
  +    
  +
   </div></div>
   <div class="bottomlang">
   <p><span>Available Languages: </span><a href="../en/faq/all_in_one.html" title="English">&nbsp;en&nbsp;</a></p>
  
  
  
  1.7       +9 -0      httpd-2.0/docs/manual/faq/error.html.en
  
  Index: error.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/faq/error.html.en,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -d -b -u -r1.6 -r1.7
  --- error.html.en	21 Feb 2004 00:31:32 -0000	1.6
  +++ error.html.en	22 Mar 2004 20:59:38 -0000	1.7
  @@ -27,6 +27,7 @@
       <ul>
       <li><a href="#error.sendfile">Invalid argument:
       core_output_filter: writing data to the network</a></li>
  +    <li><a href="#error.acceptex">AcceptEx failed</a></li>
       </ul>
   
       <h3><a name="error.sendfile" id="error.sendfile">Invalid argument:
  @@ -50,6 +51,14 @@
       help with similar problems.</p>
   
       
  +
  +    <h3><a name="error.acceptex" id="error.acceptex">AcceptEx Failed</a></h3>
  +
  +    <p>If you get error messages related to the <code>AcceptEx</code> syscall
  +    on win32, see the <code class="directive"><a href="../mod/mpm_winnt.html#win32disableacceptex">Win32DisableAcceptEx</a></code>
  +    directive.</p>
  +    
  +
   </div></div>
   <div class="bottomlang">
   <p><span>Available Languages: </span><a href="../en/faq/error.html" title="English">&nbsp;en&nbsp;</a></p>
  
  
  
  1.4       +9 -0      httpd-2.0/docs/manual/faq/error.xml
  
  Index: error.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/faq/error.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -d -b -u -r1.3 -r1.4
  --- error.xml	9 Feb 2004 20:22:51 -0000	1.3
  +++ error.xml	22 Mar 2004 20:59:38 -0000	1.4
  @@ -30,6 +30,7 @@
       <ul>
       <li><a href="#error.sendfile">Invalid argument:
       core_output_filter: writing data to the network</a></li>
  +    <li><a href="#error.acceptex">AcceptEx failed</a></li>
       </ul>
   
       <section id="error.sendfile"><title>Invalid argument:
  @@ -54,6 +55,14 @@
       help with similar problems.</p>
   
       </section>
  +
  +    <section id="error.acceptex"><title>AcceptEx Failed</title>
  +
  +    <p>If you get error messages related to the <code>AcceptEx</code> syscall
  +    on win32, see the <directive module="mpm_winnt">Win32DisableAcceptEx</directive>
  +    directive.</p>
  +    </section>
  +
   </section>
   
   </faq>