RE: mod_perl messages in error_log

1999-11-22 Thread Eric Cholet
> What means > > mod_perl: rwrite returned -1 (fd=3, B_EOUT=8) > > in the error_log file? It means the client disconnected before your script ended. There's a bug that makes this message appear unduly, which has (hopefully) been fixed in the CVS tree. > I'm adapting the Apache::Ticket*

mod_perl messages in error_log

1999-11-21 Thread brian
What means mod_perl: rwrite returned -1 (fd=3, B_EOUT=8) in the error_log file? I'm adapting the Apache::Ticket* family of modules to a new site authenticating against a PostgreSQL database with DBI. The modules seem to work, but these cryptic messages appear when Apache::TicketMaster