]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add FAQ about "connection reset by peer" message.
authorKen Coar <coar@apache.org>
Sat, 5 Jul 1997 15:01:17 +0000 (15:01 +0000)
committerKen Coar <coar@apache.org>
Sat, 5 Jul 1997 15:01:17 +0000 (15:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78515 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/FAQ.html

index da1dfe6b301a68b18ec67d492e42b677e103d153..29c29ec4ddc6d96c11925eb772ca9e7917d8990d 100644 (file)
@@ -15,7 +15,7 @@
   <!--#include virtual="header.html" -->
   <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1>
   <P>
-  $Revision: 1.77 $ ($Date: 1997/06/30 21:42:26 $)
+  $Revision: 1.78 $ ($Date: 1997/07/05 15:01:17 $)
   </P>
   <P>
   The latest version of this FAQ is always available from the main
    <LI><A HREF="#nodelay">Why am I getting &quot;<SAMP>httpd: could not
     set socket option TCP_NODELAY</SAMP>&quot; in my error log?</A>
    </LI>
+   <LI><A HREF="#peerreset">Why am I getting &quot;<SAMP>connection
+    reset by peer</SAMP>&quot; in my error log?</A>
+   </LI>
    <LI><A HREF="#nph-scripts">How can I get my script's output without
     Apache buffering it?</A>
    </LI>
   </P>
   <HR>
  </LI>
+ <LI><A NAME="peerreset">
+      <STRONG>Why am I getting &quot;<SAMP>connection reset by
+      peer</SAMP>&quot; in my error log?</STRONG>
+     </A> 
+  <P>
+  This is a normal message and nothing to be alarmed about.  It simply
+  means that the client cancelled the connection before it had been
+  completely set up - such as by the end-user pressing the &quot;Stop&quot;
+  button.  People's patience being what it is, sites with response-time
+  problems or slow network links may experiences this more than
+  high-capacity ones or those with large pipes to the network.
+  </P>
+  <HR>
+ </LI>
  <LI><A NAME="nph-scripts">
       <STRONG>How can I get my script's output without Apache buffering
       it?</STRONG>