Real max_execution_time for PHP on linux

前端 未结 3 1024
忘掉有多难
忘掉有多难 2020-12-19 12:03

According to the documentation:

max_execution_time only affect the execution time of the script itself. 
Any time spent on activity that happens outside the e         


        
3条回答
  •  自闭症患者
    2020-12-19 12:39

    From httpd.conf:

    Timeout: The number of seconds before receives and sends time out

    Timeout 300

提交回复
热议问题