Running a heavy script, getting this error in apache log:

(70007)The timeout specified has expired: ap_content_length_filter: apr_bucket_read() failed, referer: http://domains/scriptName.php   

Tried upping max_execution_time, max_input_time to no avail. Is there some other setting I need to bump up?

It says timeout which makes me think it's not getting enough time to finish, but the "content_length_filter" is telling me maybe it's choking on too much data that the query is doing?

link|improve this question

71% accept rate
what distribution were you running this on? – Antitribu Mar 30 '10 at 18:43
feedback

1 Answer

up vote 0 down vote accepted

Ended up just running the script from command line

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.