/ Zope / Apsis / Pound Mailing List / Archive / 2009 / 2009-07 / 503 errors occurred when the access concentrated

[ << ] [ >> ]

[ pound not fully balanced / Tim Dunphy ... ] [ hex IP address on connect_nb error / "Jacob ... ]

503 errors occurred when the access concentrated
Akiko Irie <iriea(at)hera.eonet.ne.jp>
2009-07-21 08:15:20 [ SNIP ]
Hello,

503 errors occurred when the access concentrated.
I am investigating the cause.

Pound is not used as a load balancer, and there
is only one Web server.

A large amount of no backend is being recorded
in the log of Pound by another, and the peak is almost
the same as the peak of 20* of Apache.

Is the cause interference between pound and Apache
 though it seems that 503 errors were displayed
because of no backend?
A corresponding access to no backend is not recorded
in log (MaxClients?) in the Web server. Therefore,
I think that it is not a problem on the Web server side.

Moreover, the log of Pound is recorded from the log
of Apache after a delay of one hour.
There is a delay of about one hour in the peak in
20* counters between the log of pound and the log
of Apache accurately.
Does anyone understand what has happened?

Regards,
Akiko Irie


pound.cfg
---------------------------
ListenHTTPS prd-rp.xxxx.xx.jp,443 /usr/local/etc/xxx.pem
Loglevel 4
UrlGroup ".*"
BackEnd prd-www-vip.xxxx.xx.jp,80,1
EndGroup

ListenHTTP prd-rp.xxxx.xx.jp,80
Loglevel 4
UrlGroup ".*"
BackEnd prd-www-vip.xxxx.xx.jp,80,1
EndGroup
---------------------------

Re: [Pound Mailing List] 503 errors occurred when the access concentrated
"Simon Matter" <simon.matter(at)invoca.ch>
2009-07-21 09:56:00 [ SNIP ]
> Hello,
>
> 503 errors occurred when the access concentrated.
> I am investigating the cause.
>
> Pound is not used as a load balancer, and there
> is only one Web server.
>
> A large amount of no backend is being recorded
> in the log of Pound by another, and the peak is almost
> the same as the peak of 20* of Apache.
>
> Is the cause interference between pound and Apache
>  though it seems that 503 errors were displayed
> because of no backend?
> A corresponding access to no backend is not recorded
> in log (MaxClients?) in the Web server. Therefore,
> I think that it is not a problem on the Web server side.
>
> Moreover, the log of Pound is recorded from the log
> of Apache after a delay of one hour.
> There is a delay of about one hour in the peak in
> 20* counters between the log of pound and the log
> of Apache accurately.
> Does anyone understand what has happened?

If I understand correctly you get wrong timestamps in pounds log? If so,
maybe your pound is running chrooted? If so, you may want to make
/etc/localtime available in your chroot environment.

Regards,
Simon

>
> Regards,
> Akiko Irie
>
>
> pound.cfg
> ---------------------------
> ListenHTTPS prd-rp.xxxx.xx.jp,443 /usr/local/etc/xxx.pem
> Loglevel 4
> UrlGroup ".*"
> BackEnd prd-www-vip.xxxx.xx.jp,80,1
> EndGroup
>
> ListenHTTP prd-rp.xxxx.xx.jp,80
> Loglevel 4
> UrlGroup ".*"
> BackEnd prd-www-vip.xxxx.xx.jp,80,1
> EndGroup
> ---------------------------
>
> --
> To unsubscribe send an email with subject unsubscribe to pound(at)apsis.ch.
> Please contact roseg(at)apsis.ch for questions.
>



Re: [Pound Mailing List] 503 errors occurred when the access concentrated
Akiko Irie <iriea(at)hera.eonet.ne.jp>
2009-07-22 02:31:09 [ SNIP ]
Thank you for your advice!!
But timestamps are correct because there is no
delay between logs at a usual access....

Are the delay of the log and 503 errors related?

What should I examine besides the log to get the cause?

Should I doubt the network?
Should I still doubt the Web server(Apache)?

My best regards,
Akiko Irie

Simon Matter ????????:
>> Hello,
>>
>> 503 errors occurred when the access concentrated.
>> I am investigating the cause.
>>
>> Pound is not used as a load balancer, and there
>> is only one Web server.
>>
>> A large amount of no backend is being recorded
>> in the log of Pound by another, and the peak is almost
>> the same as the peak of 20* of Apache.
>>
>> Is the cause interference between pound and Apache
>>  though it seems that 503 errors were displayed
>> because of no backend?
>> A corresponding access to no backend is not recorded
>> in log (MaxClients?) in the Web server. Therefore,
>> I think that it is not a problem on the Web server side.
>>
>> Moreover, the log of Pound is recorded from the log
>> of Apache after a delay of one hour.
>> There is a delay of about one hour in the peak in
>> 20* counters between the log of pound and the log
>> of Apache accurately.
>> Does anyone understand what has happened?
> 
> If I understand correctly you get wrong timestamps in pounds log? If so,
> maybe your pound is running chrooted? If so, you may want to make
> /etc/localtime available in your chroot environment.
> 
> Regards,
> Simon
> 
>> Regards,
>> Akiko Irie
>>
>>
>> pound.cfg
>> ---------------------------
>> ListenHTTPS prd-rp.xxxx.xx.jp,443 /usr/local/etc/xxx.pem
>> Loglevel 4
>> UrlGroup ".*"
>> BackEnd prd-www-vip.xxxx.xx.jp,80,1
>> EndGroup
>>
>> ListenHTTP prd-rp.xxxx.xx.jp,80
>> Loglevel 4
>> UrlGroup ".*"
>> BackEnd prd-www-vip.xxxx.xx.jp,80,1
>> EndGroup
>> ---------------------------
>>
>> --
>> 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.
> 
> 


MailBoxer