coar 97/04/21 14:40:17
Modified: htdocs/manual/misc FAQ.html Log: Add Q&A on TCP_NODELAY error message. Revision Changes Path 1.31 +16 -1 apache/htdocs/manual/misc/FAQ.html Index: FAQ.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/misc/FAQ.html,v retrieving revision 1.30 retrieving revision 1.31 diff -C3 -r1.30 -r1.31 *** FAQ.html 1997/04/21 21:26:15 1.30 --- FAQ.html 1997/04/21 21:40:15 1.31 *************** *** 8,14 **** <!--#include virtual="header.html" --> <H1>Apache Server Frequently Asked Questions</H1> <P> ! $Revision: 1.30 $ ($Date: 1997/04/21 21:26:15 $) </P> <P> If you are reading a text-only version of this FAQ, you may find numbers --- 8,14 ---- <!--#include virtual="header.html" --> <H1>Apache Server Frequently Asked Questions</H1> <P> ! $Revision: 1.31 $ ($Date: 1997/04/21 21:40:15 $) </P> <P> If you are reading a text-only version of this FAQ, you may find numbers *************** *** 121,126 **** --- 121,129 ---- <LI><A HREF="#fastcgi">Why isn't FastCGI included with Apache any more?</A> </LI> + <LI><A HREF="#nodelay">Why am I getting "<SAMP>httpd: could not + set socket option TCP_NODELAY</SAMP>" in my error log?</A> + </LI> </OL> </LI> </UL> *************** *** 908,913 **** --- 911,928 ---- <P> You can still obtain the FastCGI module for Apache from the master FastCGI web site. + </P> + <HR> + </LI> + <LI><A NAME="fastcgi"> + <STRONG>Why am I getting "<SAMP>httpd: could not set socket + option TCP_NODELAY</SAMP>" in my error log?</STRONG> + </A> + <P> + This message almost always indicates that the client disconnected + before Apache reached the point of calling <CODE>setsockopt()</CODE> + for the connexion. It shouldn't occur for more than about 1% of the + requests your server handles, and it's advisory only in any case. </P> <HR> </LI>