You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Jeff Lacki <je...@rahul.net> on 2005/08/02 02:06:25 UTC

[users@httpd] (70007)The timeout specified has expired: ap_content_length_filter: apr_bucket_read() failed

Hello-

Im using a Fedora core 3, apache 2.0.54 machine.

Ive tried to find articles online about this problem and all
anyone ever said was, yes its a bug in apache 2.x which isnt
fixed (apparently) or No they dont know what it means.

Well, if nobody can help, here's what Ive observed anyhow.

I have a MySQL server doing queries on my database.  It seems
that if the query returns a list of more than about 20 rows
the webpage 'hangs' (Im in a loop displaying the information
to html) and it eventually times out and prints:

[Mon Aug 01 19:54:43 2005] [error] [client xx.xx.xx.xx] (70007)The timeout specified has expired: ap_content_length_filter: apr_bucket_read() failed, referer: http://www.someplace.com/search.html

Any help is much appreciated.
Thanks,
Jeff


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] (70007)The timeout specified has expired: ap_content_length_filter: apr_bucket_read() failed

Posted by Nick Kew <ni...@webthing.com>.
On Mon, 1 Aug 2005, Jeff Lacki wrote:

> I have a MySQL server doing queries on my database.  It seems
> that if the query returns a list of more than about 20 rows
> the webpage 'hangs' (Im in a loop displaying the information
> to html) and it eventually times out and prints:
>
> [Mon Aug 01 19:54:43 2005] [error] [client xx.xx.xx.xx] (70007)The timeout specified has expired: ap_content_length_filter: apr_bucket_read() failed, referer: http://www.someplace.com/search.html

I don't have that problem displaying hundreds or even thousands of rows
of results.

You've told us Apache 2.0 and MySQL (version? - probably not important).
But since Apache versions earlier than 2.1 don't talk natively to MySQL,
I infer you must be using some application software you forgot to mention,
that may not be working well with Apache.

Does it by any chance "hang" somewhere near a point where the HTML
generated from the database is 8Kb?

-- 
Nick Kew


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org