gpt4 book ai didi

php - 如何修复 Plesk 中的 FastCGI 超时问题?

转载 作者:可可西里 更新时间:2023-10-31 23:10:08 26 4
gpt4 key购买 nike

PHP 支持当前设置为:作为快速 CGI 运行。

我的服务器日志中不断出现这些错误:

mod_fcgid: read data timeout in 45 seconds

Premature end of script headers: index.php

我认为应该是快速修复,但我找不到要编辑的文件。这是我可以从 Plesk 更改的内容吗?

有人知道如何增加超时时间吗?

最佳答案

在 Plesk 12.x 和类似版本中,转到Web 服务器设置 并设置以下指令:

HTTP 和 HTTPS 的附加指令

FcgidBusyTimeout 300
FcgidIOTimeout 250

以上几行将更改安静太长且执行时间太长的脚本的超时。

额外的 nginx 指令

proxy_read_timeout 300;

以上几行将更改代理超时。

如果问题仍然存在,请增加值。

另请参阅:Premature end of script headers: index.php, mod_fcgid: read data timeout


查看指南的屏幕截图:

Plesk 12.x - Web Server Settings - Additional Apache directives: Additional directives for HTTP & HTTPS - FcgidBusyTimeout & FcgidIOTimeout

Plesk 12.x - Web Server Settings - Additional nginx directives - proxy_read_timeout

关于php - 如何修复 Plesk 中的 FastCGI 超时问题?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13905004/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com