Java Mailing List Archive

http://www.apache-httpd.com/

Home » users.httpd »

[users@httpd] Broken pipe: core_output_filter,Connection reset by peer

Gaurav Khambhala

2008-05-15


Author LoginPost Reply
Hi,

Can anyone tell me what does this error mean ?It has flooded apache
error log file.Is it a apache error or network error?

Following is the information you may need.
------------------------------------------------------------------------
apache error log:
[Thu May 15 10:54:11 2008] [info] [client xxx.xxx.x.xx] (32)Broken pipe:
core_output_filter: writing data to the network
[Thu May 15 10:54:13 2008] [info] [client xxx.xxx.x.xx] (104)Connection
reset by peer: core_output_filter: writing data to the network
-----------------------------------------------------------------------
*apache configuration file:
NameVirtualHost xxx.xxx.x.x
<VirtualHost name>
    ServerName   servername
    ErrorLog /home/log/app/error.log
    CustomLog /home/log/app/access.log combined
    Loglevel debug

    PerlSwitches -I/usr/local/app/lib/
    <Perl>
         use lib qw(/usr/local/app/lib/);
    </Perl>

    Alias /static /home/data/app
    Alias /images /usr/local/app/root/images/
    # Preload your entire application
    PerlModule app
    <Location />
       SetHandler       modperl
       PerlResponseHandler app
    </Location>

    <Location /static>
       SetHandler       default-handler
       EnableSendfile Off
    </Location>
</VirtualHost>
------------------------------------------------------------------------
*Apache details:
$apache2ctl -V
Server version: Apache/2.2.3
Server built:  Jan 27 2008 18:13:21
Server's Module Magic Number: 20051115:3
Server loaded: APR 1.2.7, APR-Util 1.2.7
Compiled using: APR 1.2.7, APR-Util 1.2.7
Architecture:  32-bit
Server MPM:   Prefork
threaded:   no
  forked:   yes (variable process count)
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 DYNAMIC_MODULE_LIMIT=128
-D HTTPD_ROOT=""
-D SUEXEC_BIN="/usr/lib/apache2/suexec"
-D DEFAULT_PIDLOG="/var/run/apache2.pid"
-D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
-D DEFAULT_LOCKFILE="/var/run/apache2/accept.lock"
-D DEFAULT_ERRORLOG="logs/error_log"
-D AP_TYPES_CONFIG_FILE="/etc/apache2/mime.types"
-D SERVER_CONFIG_FILE="/etc/apache2/apache2.conf"


Thanks in advance.


regards,
Gaurav

---------------------------------------------------------------------
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@(protected)
 "  from the digest: users-digest-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)

©2008 apache-httpd.com - Jax Systems, LLC, U.S.A.