【发布时间】:2013-09-18 13:55:26
【问题描述】:
我正在运行一个需要一些时间才能运行的脚本 尝试运行时出现此错误
504 Gateway Time-out - nginx
这些是在我的 php.ini 上更新的值
max_input_time = 6000
max_execution_time = 60000
memory_limit = 256M
当我阅读并理解问题在于“FcgidIOTimeout”时,我需要在“/etc/httpd/conf.d/fcgid.conf”上进行更新 问题是我没有“httpd”文件夹,并且在 /etc/appche2/conf.d/ 上没有 fcgid.conf
我在 /etc/nginx/fastcgi.conf 下确实有“fastcgi.conf”,但在那里更新 FcgidIOTimeout 并重新启动 Apache 对我没有帮助。
我能做什么?
【问题讨论】: