You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by David Wills <mi...@gmail.com> on 2005/08/04 19:15:49 UTC

[users@httpd] [info] (32) & [info] (104) core_output_filter

Hi,

I hope someone can help me.

When accessing my apache server the responses for 70% of the time will
be fine. The rest however just pause, or die completely.

At these times the following can be found in the error_log and I do
get a LOT of these per day:

[Thu Aug 04 04:16:15 2005] [info] (32)Broken pipe: core_output_filter:
writing data to the network
[Thu Aug 04 04:16:25 2005] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

It's hard to tell exactly when this started happening but I would say
it started during the last 2 versions of Apache.

I am currently using: 2.0.54

Server version: Apache/2.0.54
Server built:   Aug  4 2005 14:12:37
Server's Module Magic Number: 20020903:9
Architecture:   32-bit
Server compiled with....
 -D APACHE_MPM_DIR="server/mpm/prefork"
 -D APR_HAS_SENDFILE
 -D APR_HAS_MMAP
 -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
 -D APR_USE_SYSVSEM_SERIALIZE
 -D APR_USE_PTHREAD_SERIALIZE
 -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
 -D APR_HAS_OTHER_CHILD
 -D AP_HAVE_RELIABLE_PIPED_LOGS
 -D HTTPD_ROOT="/etc/httpd"
 -D SUEXEC_BIN="/usr/sbin/suexec"
 -D DEFAULT_PIDLOG="/var/logs/httpd.pid"
 -D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
 -D DEFAULT_LOCKFILE="/var/logs/accept.lock"
 -D DEFAULT_ERRORLOG="logs/error_log"
 -D AP_TYPES_CONFIG_FILE="conf/mime.types"
 -D SERVER_CONFIG_FILE="conf/httpd.conf"

Thanks for any help you can offer me.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] [info] (32) & [info] (104) core_output_filter

Posted by Joshua Slive <js...@gmail.com>.
On 8/4/05, David Wills <mi...@gmail.com> wrote:

> When accessing my apache server the responses for 70% of the time will
> be fine. The rest however just pause, or die completely.
> 
> At these times the following can be found in the error_log and I do
> get a LOT of these per day:
> 
> [Thu Aug 04 04:16:15 2005] [info] (32)Broken pipe: core_output_filter:
> writing data to the network
> [Thu Aug 04 04:16:25 2005] [info] (104)Connection reset by peer:
> core_output_filter: writing data to the network

The most likely cause of these errors is either network problems
between the server and client, or slow responses that cause the client
to click away from the page before it is done loading.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org