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

명령줄에서 스크립트를 실행했습니다.

관련 정보