[BlueOnyx:20915] Re: PHP error ap_content_length_filter: apr_bucket_read()
Michael Stauber
mstauber at blueonyx.it
Fri Apr 14 14:54:57 -05 2017
Hi Richard,
> but still get "ap_content_length_filter: apr_bucket_read() failed"
That's actually an Apache error message and not related to PHP. Long
running scripts must continuously send output to the browser, or Apache
will eventually timeout the connection.
When the timeout happens can be configured in the Apache configuration
and usually is 300 seconds:
http://httpd.apache.org/docs/2.0/mod/core.html#timeout
However: It would still be better if your script in question did respond
properly in a timely fashion.
--
With best regards
Michael Stauber
More information about the Blueonyx
mailing list