A search of the archive revealed things like:

... Sep 1998: "It may be worth noting that I've so far only seen this
behavior on SSL connections"
... Oct 1998: "It means the client connection was broken. No cause for
alarm. With Apache 1.3.x you won't see that message unless LogLevel is set
to debug."
... May 1999: "This bug has been fixed in the CVS tree"

The http://perl.apache.org/guide mentions it as well..

Indeed I've got Loglevel's of debug/info .. but, should this still be
appearing?

Would it be of any interest that this request may* have been mod_rewrite'd
(like the guide example but SSL)?

I'll just turn down the logging and tell my users to quit aborting
connections ;-)
-Jay J


(( First message ))
[Mon Oct  4 02:22:36 1999] [info] [client xxx.xxx.xxx.xxx] (32)Broken pipe:
client stopped connection before rwrite completed

(( 28 times ))
[Mon Oct  4 02:22:36 1999] [debug] Apache.xs(355): (32)Broken pipe:
mod_perl: rwrite returned -1 (fd=4, B_EOUT=8)

(( 4830 times ))
[Mon Oct  4 02:22:36 1999] [debug] Apache.xs(355): mod_perl: rwrite
returned -1 (fd=4, B_EOUT=8)
...
[Mon Oct  4 02:23:09 1999] [debug] Apache.xs(355): mod_perl: rwrite
returned -1 (fd=4, B_EOUT=8)


Server: Apache/1.3.6 (Unix) mod_perl/1.21 mod_ssl/2.3.6 OpenSSL/0.9.3a

httpd.conf:
 LogLevel debug
 SSLLogLevel info

Compiled-in modules:
  http_core.c
  mod_env.c
  mod_log_config.c
  mod_mime.c
  mod_negotiation.c
  mod_status.c
  mod_include.c
  mod_autoindex.c
  mod_dir.c
  mod_cgi.c
  mod_asis.c
  mod_actions.c
  mod_userdir.c
  mod_proxy.c
  mod_alias.c
  mod_rewrite.c
  mod_access.c
  mod_auth.c
  mod_setenvif.c
  mod_ssl.c
  mod_perl.c


Summary of my perl5 (5.0 patchlevel 5 subversion 2) configuration:
  Platform:
    osname=linux, osvers=2.0.36, archname=i686-linux
    uname='linux localhost 2.0.36 #1 tue oct 13 22:17:11 edt 1998 i686
unknown '
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef useperlio=undef d_sfio=undef
  Compiler:
    cc='cc', optimize='-O2', gccversion=2.7.2.3
    cppflags='-Dbool=char -DHAS_BOOL'
    ccflags ='-Dbool=char -DHAS_BOOL'
    stdchar='char', d_stdstdio=define, usevfork=false
    intsize=4, longsize=4, ptrsize=4, doublesize=8
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    alignbytes=4, usemymalloc=n, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib
    libs=-lnsl -lndbm -lgdbm -ldb -ldl -lm -lc -lposix -lcrypt
    libc=, so=so, useshrplib=false, libperl=libperl.a
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
    cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'


Characteristics of this binary (from libperl):
  Built under linux
  Compiled at Jan 26 1999 09:59:09
  @INC:
    /usr/lib/perl5/5.00502/i686-linux
    /usr/lib/perl5/5.00502
    /usr/lib/perl5/site_perl/5.005/i686-linux
    /usr/lib/perl5/site_perl/5.005

Reply via email to