From: Ken Coar Date: Sat, 5 Jul 1997 15:01:17 +0000 (+0000) Subject: Add FAQ about "connection reset by peer" message. X-Git-Tag: APACHE_1_3a1~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23978ca63ed48946b6be157b100738f490f56e35;p=thirdparty%2Fapache%2Fhttpd.git Add FAQ about "connection reset by peer" message. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78515 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/FAQ.html b/docs/manual/misc/FAQ.html index da1dfe6b301..29c29ec4ddc 100644 --- a/docs/manual/misc/FAQ.html +++ b/docs/manual/misc/FAQ.html @@ -15,7 +15,7 @@

Apache Server Frequently Asked Questions

- $Revision: 1.77 $ ($Date: 1997/06/30 21:42:26 $) + $Revision: 1.78 $ ($Date: 1997/07/05 15:01:17 $)

The latest version of this FAQ is always available from the main @@ -162,6 +162,9 @@

  • Why am I getting "httpd: could not set socket option TCP_NODELAY" in my error log?
  • +
  • Why am I getting "connection + reset by peer" in my error log? +
  • How can I get my script's output without Apache buffering it?
  • @@ -1133,6 +1136,20 @@


    +
  • + Why am I getting "connection reset by + peer" in my error log? + +

    + 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 "Stop" + 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. +

    +
    +
  • How can I get my script's output without Apache buffering it?