/ Zope / Apsis / Pound Mailing List / Archive / 2007 / 2007-10 / Timeout Problem, in firefox?

[ << ] [ >> ]

[ Re: [Pound Mailing List] HTTPS for multiple ... ] [ Logging SSL handshake problems / Pär Tögenmark ... ]

Timeout Problem, in firefox?
Rachel <didlix(at)gmail.com>
2007-10-04 10:15:30 [ SNIP ]
Hi All

Have a strange problem,

Have recently deployed pound on OpenBSD, it is connected to a gigabit lan
and has a web server right next to it on the same Lan.

On occasion when accessing the website (which presently has no load apart
from a few developers in the office) pound timesout connecting to the
webserver.

Pound shows this in syslog. It seems to be persistent to a single computer
when it happen, at first I thought it was a session based problem but have
cleared all my cookies several times.

What is unusual is that so far we are unable to reproduce this problem in
Internet Explorer.

My config looks like this:


TimeOut 25
LogLevel 4
Control "/opt/pound-2.3/socket"

ListenHTTP

    Address xx.xx.xx.74
    Port    80
    Service
         Session
            Type    Cookie
            ID      "PHPSESSID"
            TTL     300
        End
        BackEnd
               Address xx.xx.xx.78

               Port    80
               Priority 1
            End
        End
    End

Syslog:

Oct  4 09:03:08 lb1 pound: error copy chunk cont: Broken pipe
Oct  4 09:03:24 lb1 pound: response error read from xx.xx.xx.xx.78:80:
Undefined error: 0
Oct  4 09:03:28 lb1 pound: error flush headers to xx.xx.xx.xx.131: Broken
pipe
Oct  4 09:03:40 lb1 pound: error copy chunk cont: Broken pipe
Oct  4 09:03:41 lb1 pound: response error read from xx.xx.xx.78:80:
Undefined error: 0
Oct  4 09:04:16 lb1 last message repeated 4 times
Oct  4 09:05:31 lb1 last message repeated 2 times
Oct  4 09:06:44 lb1 pound: error copy chunk cont: Broken pipe
Oct  4 09:06:51 lb1 pound: response error read from xx.xx.xx.78:80:
Undefined error: 0
Oct  4 09:07:18 lb1 last message repeated 2 times



Thanks for your help.



Rachel

Attachments:  
text.html text/html 2904 Bytes

Re: [Pound Mailing List] Timeout Problem, in firefox?
Rachel <didlix(at)gmail.com>
2007-10-04 10:53:12 [ SNIP ]
Just upgraded to latest stable and now get:

error flush headers to

Oct  4 09:43:49 lb1 pound: error flush headers to xx.xx.xx.131: Broken pipe
Oct  4 09:43:50 lb1 pound: error flush headers to xx.xx.xx.131: Broken pipe
Oct  4 09:48:36 lb1 pound: response error read from xx.xx.xx.xx:80:
Undefined error: 0

Attachments:  
text.html text/html 400 Bytes

Re: [Pound Mailing List] Timeout Problem, in firefox?
Rachel <didlix(at)gmail.com>
2007-10-04 11:49:35 [ SNIP ]
2.4d

Oct  4 10:47:25 lb1 pound: (42217800) e500 response error read from
xx.xx.xx.78:80/GET /login HTTP/1.1: Undefined error: 0 (16.119
secs)
Oct  4 10:47:42 lb1 pound: (47da3800) e500 response error read from
xx.xx.xx.78:80/GET /favicon.ico HTTP/1.1: Undefined error: 0
(1                                                 6.859 secs)
Oct  4 10:47:42 lb1 pound: (47da3000) e500 response error read from
xx.xx.xx.78:80/GET /favicon.ico HTTP/1.1: Undefined error: 0
(1                                                 6.870 secs)

I disabled http 1.1 on apache.



On 10/4/07, Rachel <didlix(at)gmail.com> wrote:
>
> Just upgraded to latest stable and now get:
>
> error flush headers to
>
> Oct  4 09:43:49 lb1 pound: error flush headers to xx.xx.xx.131: Broken
> pipe
> Oct  4 09:43:50 lb1 pound: error flush headers to xx.xx.xx.131: Broken
> pipe
> Oct  4 09:48:36 lb1 pound: response error read from xx.xx.xx.xx:80:
> Undefined error: 0
>
>
> --
> To unsubscribe send an email with subject unsubscribe to pound(at)apsis.ch.
> Please contact roseg(at)apsis.ch for questions.
>

Attachments:  
text.html text/html 2313 Bytes

Re: [Pound Mailing List] Timeout Problem, in firefox?
Rachel <didlix(at)gmail.com>
2007-10-04 15:59:13 [ SNIP ]
I think this has something to do with mod_rewrite:

RewriteEngine On
RewriteLog /tmp/rw
RewriteLogLevel 3
RewriteRule ^/_admin(.*) /_admin/$1 [L,QSA]
RewriteRule ^/assets(.*) /assets$1 [L,QSA]
RewriteRule (.*)\?(.*) /index.php?uri=$1(?\&$2) [L,QSA]
RewriteRule /info.php /info.php [L]
RewriteRule (.*) /index.php?uri=$1 [L,QSA]


[Thu Oct  4 15:56:12 2007] [info] [client xx.68] (32)Broken pipe: client
stopped connection before rwrite completed
[Thu Oct  4 15:57:10 2007] [info] [client xx.68] send timed out
[Thu Oct  4 15:57:10 2007] [info] [client xx.68] client stopped connection
before rvputs completed
[Thu Oct  4 15:57:26 2007] [info] [client xx.68] send timed out
[Thu Oct  4 15:57:26 2007] [info] [client xx.68] client stopped connection
before rvputs completed
[Thu Oct  4 15:57:26 2007] [info] [client xx.68] send timed out
[Thu Oct  4 15:57:26 2007] [info] [client xx.68] client stopped connection
before rvputs completed



On 10/4/07, Rachel <didlix(at)gmail.com> wrote:
>
> 2.4d
>
> Oct  4 10:47:25 lb1 pound: (42217800) e500 response error read from
> xx.xx.xx.78:80/GET /login HTTP/1.1: Undefined error: 0 (16.119
> secs)
> Oct  4 10:47:42 lb1 pound: (47da3800) e500 response error read from
> xx.xx.xx.78:80/GET /favicon.ico HTTP/1.1: Undefined error: 0
> (1                                                 6.859 secs)
> Oct  4 10:47:42 lb1 pound: (47da3000) e500 response error read from
> xx.xx.xx.78:80/GET /favicon.ico HTTP/1.1: Undefined error: 0
> (1                                                 6.870 secs)
>
> I disabled http 1.1 on apache.
>
>
>
> On 10/4/07, Rachel <didlix(at)gmail.com> wrote:
> >
> > Just upgraded to latest stable and now get:
> >
> > error flush headers to
> >
> > Oct  4 09:43:49 lb1 pound: error flush headers to xx.xx.xx.131: Broken
> > pipe
> > Oct  4 09:43:50 lb1 pound: error flush headers to xx.xx.xx.131: Broken
> > pipe
> > Oct  4 09:48:36 lb1 pound: response error read from xx.xx.xx.xx:80:
> > Undefined error: 0
> >
> >
> > --
> > To unsubscribe send an email with subject unsubscribe to pound(at)apsis.ch.
> > Please contact roseg(at)apsis.ch for questions.
> >
>
>
> --
> To unsubscribe send an email with subject unsubscribe to pound(at)apsis.ch.
> Please contact roseg(at)apsis.ch for questions.
>

Attachments:  
text.html text/html 3502 Bytes

Re: [Pound Mailing List] Timeout Problem, in firefox?
Rachel <didlix(at)gmail.com>
2007-10-10 12:01:35 [ SNIP ]
Hiya

Just wondering if anyone might be able to help me with this? Sadly I am
still having the issue and not much closer to solving it.

Thanks

Rachel

On 10/4/07, Rachel <didlix(at)gmail.com> wrote:
>
> I think this has something to do with mod_rewrite:
>
> RewriteEngine On
> RewriteLog /tmp/rw
> RewriteLogLevel 3
> RewriteRule ^/_admin(.*) /_admin/$1 [L,QSA]
> RewriteRule ^/assets(.*) /assets$1 [L,QSA]
> RewriteRule (.*)\?(.*) /index.php?uri=$1(?\&$2) [L,QSA]
> RewriteRule /info.php /info.php [L]
> RewriteRule (.*) /index.php?uri=$1 [L,QSA]
>
>
> [Thu Oct  4 15:56:12 2007] [info] [client xx.68] (32)Broken pipe: client
> stopped connection before rwrite completed
> [Thu Oct  4 15:57:10 2007] [info] [client xx.68] send timed out
> [Thu Oct  4 15:57:10 2007] [info] [client xx.68] client stopped connection
> before rvputs completed
> [Thu Oct  4 15:57:26 2007] [info] [client xx.68] send timed out
> [Thu Oct  4 15:57:26 2007] [info] [client xx.68] client stopped connection
> before rvputs completed
> [Thu Oct  4 15:57:26 2007] [info] [client xx.68] send timed out
> [Thu Oct  4 15:57:26 2007] [info] [client xx.68] client stopped connection
> before rvputs completed
>
>
>
> On 10/4/07, Rachel <didlix(at)gmail.com> wrote:
> >
> > 2.4d
> >
> > Oct  4 10:47:25 lb1 pound: (42217800) e500 response error read from
> > xx.xx.xx.78:80/GET /login HTTP/1.1: Undefined error: 0 (16.119
> > secs)
> > Oct  4 10:47:42 lb1 pound: (47da3800) e500 response error read from
> > xx.xx.xx.78:80/GET /favicon.ico HTTP/1.1: Undefined error: 0
> > (1                                                 6.859 secs)
> > Oct  4 10:47:42 lb1 pound: (47da3000) e500 response error read from
> > xx.xx.xx.78:80/GET /favicon.ico HTTP/1.1: Undefined error: 0
> > (1                                                 6.870 secs)
> >
> > I disabled http 1.1 on apache.
> >
> >
> >
> > On 10/4/07, Rachel <didlix(at)gmail.com> wrote:
> > >
> > > Just upgraded to latest stable and now get:
> > >
> > > error flush headers to
> > >
> > > Oct  4 09:43:49 lb1 pound: error flush headers to xx.xx.xx.131: Broken
> > > pipe
> > > Oct  4 09:43:50 lb1 pound: error flush headers to xx.xx.xx.131: Broken
> > > pipe
> > > Oct  4 09:48:36 lb1 pound: response error read from xx.xx.xx.xx:80:
> > > Undefined error: 0
> > >
> > >
> > > --
> > > To unsubscribe send an email with subject unsubscribe to
> pound(at)apsis.ch.
> > > Please contact roseg(at)apsis.ch for questions.
> > >
> >
> >
> > --
> > To unsubscribe send an email with subject unsubscribe to pound(at)apsis.ch.
> > Please contact roseg(at)apsis.ch for questions.
> >
>
>
> --
> To unsubscribe send an email with subject unsubscribe to pound(at)apsis.ch.
> Please contact roseg(at)apsis.ch for questions.
>

Attachments:  
text.html text/html 4186 Bytes

Re: [Pound Mailing List] Timeout Problem, in firefox?
Robert Segall <roseg(at)apsis.ch>
2007-10-17 10:39:05 [ SNIP ]
On Thu, 2007-10-04 at 14:59 +0100, Rachel wrote:
> I think this has something to do with mod_rewrite:
> 
> RewriteEngine On
> RewriteLog /tmp/rw
> RewriteLogLevel 3
> RewriteRule ^/_admin(.*) /_admin/$1 [L,QSA]
> RewriteRule ^/assets(.*) /assets$1 [L,QSA]
> RewriteRule (.*)\?(.*) /index.php?uri=$1(?\&$2) [L,QSA]
> RewriteRule /info.php /info.php [L]
> RewriteRule (.*) /index.php?uri=$1 [L,QSA]
> 
> 
> [Thu Oct  4 15:56:12 2007] [info] [client xx.68] (32)Broken pipe: client
> stopped connection before rwrite completed
> [Thu Oct  4 15:57:10 2007] [info] [client xx.68] send timed out
> [Thu Oct  4 15:57:10 2007] [info] [client xx.68] client stopped connection
> before rvputs completed
> [Thu Oct  4 15:57:26 2007] [info] [client xx.68] send timed out
> [Thu Oct  4 15:57:26 2007] [info] [client xx.68] client stopped connection
> before rvputs completed
> [Thu Oct  4 15:57:26 2007] [info] [client xx.68] send timed out
> [Thu Oct  4 15:57:26 2007] [info] [client xx.68] client stopped connection
> before rvputs completed

Try increasing the Pound time-out - it looks like Pound gives up on your
server before it completes processing.
-- 
Robert Segall
Apsis GmbH
Postfach, Uetikon am See, CH-8707
Tel: +41-44-920 4904


MailBoxer