Intensive PHP script failing w/ “The timeout specified has expired” error / ap_content_length_filter

后端 未结 10 1197
南方客
南方客 2020-12-30 10:50

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 timeou         


        
10条回答
  •  无人及你
    2020-12-30 11:18

    I tried all suggestions, but my problem was in the php-fpm configuration. I set the following line in my php-fpm configuration file:

    request_terminate_timeout = 300s
    

提交回复
热议问题