You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Kjetil Kjernsmo <kj...@opera.com> on 2007/03/20 13:43:11 UTC

the "User Pressed Stop Button" Case again

Hi all!

We're seeing a lot of 500-errors on the backends, they are proxied. The 
errors we see are that on upload, we get "End of file found", and 
 
[Mon Mar 19 01:07:47 2007] [error] [client 213.236.208.101] (70007)The 
timeout specified has expired: ap_get
_brigade failed during prefetch, referer: [snip]
[Mon Mar 19 01:07:47 2007] [error] Internal apreq error

Does this sound like the old "User Pressed Stop Button" case?

In that case, it sounds like we can't really find an elegant solution, 
right (ref section 6.9 in the modperl book)? But can we at least avoid 
that it results in a 500? Or is this likely due to something more 
serious?

Cheers,

Kjetil
-- 
Kjetil Kjernsmo
Information Systems Developer
Opera Software ASA

Re: the "User Pressed Stop Button" Case again

Posted by Perrin Harkins <ph...@gmail.com>.
On 3/20/07, Kjetil Kjernsmo <kj...@opera.com> wrote:
> We're seeing a lot of 500-errors on the backends, they are proxied. The
> errors we see are that on upload, we get "End of file found", and
>
> [Mon Mar 19 01:07:47 2007] [error] [client 213.236.208.101] (70007)The
> timeout specified has expired: ap_get
> _brigade failed during prefetch, referer: [snip]
> [Mon Mar 19 01:07:47 2007] [error] Internal apreq error
>
> Does this sound like the old "User Pressed Stop Button" case?

Sounds more like a simple timeout.  Have you tried raising the timeout
on your backend server?

- Perrin