You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Vladimir Kornea <vl...@gmail.com> on 2014/06/21 20:13:00 UTC

[users@httpd] What causes Apache “Request body read timeout” errors?

The server is Apache/2.2.22 (Debian) and the browser is Firefox 30.0,
but this is a general question. It refers to lines like this in
/var/log/apache2/error.log:

[Fri Jun 20 17:42:16 2014] [info] [client 67.174.61.70] Request body
read timeout

Vlad

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] What causes Apache “Request body read timeout” errors?

Posted by Vladimir Kornea <vl...@gmail.com>.
On Mon, Jun 23, 2014 at 2:30 PM, Eric Covener <co...@gmail.com> wrote:
> If you're sure it's not really delayed, there was a bug under event
> MPM, not yet shipped in a release:
> https://issues.apache.org/bugzilla/show_bug.cgi?id=56216

How would I make sure it's not really delayed? No delay is evident on
the client side.

Vlad

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] What causes Apache “Request body read timeout” errors?

Posted by Eric Covener <co...@gmail.com>.
If you're sure it's not really delayed, there was a bug under event
MPM, not yet shipped in a release:
https://issues.apache.org/bugzilla/show_bug.cgi?id=56216


On Mon, Jun 23, 2014 at 1:02 PM, Vladimir Kornea
<vl...@gmail.com> wrote:
> On Mon, Jun 23, 2014 at 5:23 AM, Tom Evans <te...@googlemail.com> wrote:
>> The client failed to transmit a complete request to the server within
>> the timeout specified - specifically, there was no data for the server
>> to read from the client within the timeout - and so the request was
>> aborted.
>
> Yes, that's what the error message says. I'm asking what could cause
> it. It seems unrelated to the size of the request, to lost Internet
> connections, and to connection speed.
>
>> Cheers
>>
>> Tom
>
> Vlad
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>



-- 
Eric Covener
covener@gmail.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] What causes Apache “Request body read timeout” errors?

Posted by Vladimir Kornea <vl...@gmail.com>.
On Mon, Jun 23, 2014 at 5:23 AM, Tom Evans <te...@googlemail.com> wrote:
> The client failed to transmit a complete request to the server within
> the timeout specified - specifically, there was no data for the server
> to read from the client within the timeout - and so the request was
> aborted.

Yes, that's what the error message says. I'm asking what could cause
it. It seems unrelated to the size of the request, to lost Internet
connections, and to connection speed.

> Cheers
>
> Tom

Vlad

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] What causes Apache “Request body read timeout” errors?

Posted by Tom Evans <te...@googlemail.com>.
On Sat, Jun 21, 2014 at 7:13 PM, Vladimir Kornea
<vl...@gmail.com> wrote:
> The server is Apache/2.2.22 (Debian) and the browser is Firefox 30.0,
> but this is a general question. It refers to lines like this in
> /var/log/apache2/error.log:
>
> [Fri Jun 20 17:42:16 2014] [info] [client 67.174.61.70] Request body
> read timeout
>

The client failed to transmit a complete request to the server within
the timeout specified - specifically, there was no data for the server
to read from the client within the timeout - and so the request was
aborted.

Cheers

Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org