[BlueOnyx:20916] Re: PHP error ap_content_length_filter: apr_bucket_read()
Richard Owen
richard at pelicanit.co.uk
Sat Apr 15 06:07:52 -05 2017
Hi Michael
Many thanks for pointing me in the right direction, I have managed to get the xcart upgrade to now run ok.
Thanks, and regards
Richard
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
_______________________________________________
Blueonyx mailing list
Blueonyx at mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx
More information about the Blueonyx
mailing list