PHP支持目前设置为:作为快速CGI运行.
@H_301_1@我一直在服务器日志中收到这些错误:
@H_301_1@mod_fcgid: read data timeout in 45 seconds @H_301_1@Premature end of script headers: index.PHP@H_301_1@应该快速修复我想,但我找不到要编辑的文件.这是我可以从Plesk改变的东西. @H_301_1@有谁知道如何增加超时?
Parallels员工在Plesk论坛上提供的解决方案
@H_301_1@Edit the file: @H_301_1@/etc/httpd/conf.d/fcgid.conf @H_301_1@Specifically,change @H_301_1@FcgidioTimeout 45 @H_301_1@to @H_301_1@FcgidioTimeout 3600 @H_301_1@3600 seconds = 1 hour. Should be long enough for most but adjust@H_301_1@希望能帮助到你 @H_301_1@[R
upwards if required. I saw one example quoting 7200 seconds in there. @H_301_1@Finally,restart Apache to make the new setting active. @H_301_1@apachectl graceful