php 頁面失敗 - ap_content_length_filter: apr_bucket_read() 逾時錯誤?

php 頁面失敗 - ap_content_length_filter: apr_bucket_read() 逾時錯誤?

執行一個繁重的腳本,在 apache 日誌中收到此錯誤:

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

嘗試增加 max_execution_time、max_input_time 無濟於事。我還需要提高一些其他設定嗎?

它說超時,這讓我認為它沒有足夠的時間來完成,但“content_length_filter”告訴我也許查詢正在執行的資料太多而導致阻塞?

答案1

最終只是從命令列運行腳本

相關內容