https connection hangs on broken pipe, http fine

2009-08-12 Thread Morten Bjørnsvik
Hi For some pages we have a broken pipe. for http this does not seem to affect anything, but for https this hangs the handler, I can press esc to stop connections, but the httpd-process then hangs and we fork a new one. http does not for a new one. This is legacy software which worked fine

Re: (32) broken pipe

2006-11-06 Thread Perrin Harkins
On Fri, 2006-11-03 at 13:12 -0800, Dave Viner wrote: > what does this error indicate? does this mean that a user has > clicked the stop button while the page is loading? It can mean that, or that your network is behaving in a flaky way, or if you have mod_ssl on it can mean that you're dealing

(32) broken pipe

2006-11-03 Thread Dave Viner
hi all, i'm seeing a lot of these messages in my error log: (32)Broken pipe: core_output_filter: writing data to the network sometimes it appears by itself, other times, it is paired with this message: (104)Connection reset by peer: core_output_filter: writing data to the network

Re: Broken pipe

2006-02-17 Thread Jeff Pang
nnection won't be noticed. When an attempt is made to send at least one character to the client, the broken connection will be noticed and the SIGPIPE signal (Broken Pipe) will be sent to the process. The program can then halt its execution and perform all its cleanup requirements. S

Re: Broken pipe

2006-02-17 Thread Ian Joyce
2006] [info] [client 83.103.222.187] (32)Broken pipe: > core_output_filter: writing data to the network > > I can see [info]. Do this means that it is not a real error but just a > warning? > Why does it appear? > > I have followed the suggestions, searched the web, and I have also p

Broken pipe

2006-02-17 Thread Octavian Rasnita
Hi, I have seen in the error log of Apache the following line (for more times, exactly the same): [Fri Feb 17 13:58:04 2006] [info] [client 83.103.222.187] (32)Broken pipe: core_output_filter: writing data to the network I can see [info]. Do this means that it is not a real error but just a

Re: Broken pipe & Connection reset by peer

2005-07-07 Thread Stas Bekman
s exactly what you need to do if you don't want to see the messages you've quoted below. For example set the LogLevel to 'error'. I wonder why it happens because sometimes I got "page can not displayed" message when I try to access the web page with "https"

Broken pipe & Connection reset by peer

2005-07-06 Thread Wendy Tan
got "page can not displayed" message when I try to access the web page with "https" from IE 6 browser. [Tue Jul 5 09:18:47 2005] [info] [client XX.XX.XX.XX] (32)Broken pipe: client stopped connection before rwrite completed [Tue Jul 5 09:18:47 2005] [debug] Apache.c(364):