Running a mysql intensive php script that is failing. Apache log reports this:
[Wed Jan 13 00:20:10 2010] [error] [client xxx.xx.xxx.xxxx] (70007)The timeout specified has expired: ap_content_length_filter: apr_bucket_read() failed, referer: http://domain.com/script.php
Tried putting set_time_limit(0) at the top.
Also tried set_time_limit(0)
Neither fixed the timeout.
Is there some specific timeout limit I can up in http.conf (or elsewhere) to prevent this?