【2.2】Apache--Gateway Timeout
提交表单后,网页上显示如下报错:
Gateway Timeout
The gateway did not receive a timely response from the upstream server or application.
Apache中log里的报错为:
Script timed out before returning headers: taqman_design.py, referer: <a href="http://192.168.0.11:9000/TaqMan_probe/">http://192.199.0.88:9000/haha/</a>
解决办法:
vim /etc/httpd/conf/httpd.conf
在末尾加入:
Timeout 300000
然后 sudo service httpd restart
参考资料:
蒋博指导
这里是一个广告位,,感兴趣的都可以发邮件聊聊:tiehan@sina.cn
个人公众号,比较懒,很少更新,可以在上面提问题,如果回复不及时,可发邮件给我: tiehan@sina.cn
个人公众号,比较懒,很少更新,可以在上面提问题,如果回复不及时,可发邮件给我: tiehan@sina.cn