【详细错误】:
http 错误 500.0 - internal server error
c:program filesphpphp-cgi.exe - fastcgi 进程超过了配置的请求超时时限
【环境】:php + iis7.5
解决办法:
方法一:
c:windowssystem32inetsrvconfigapplicationhost.config 进行编辑,将activitytimeout设置调大,默认为600(10分钟),最大支持3600(1小时),单位秒~
方法二:
开始->运行->cmd->进入
c:windowssystem32inetsrvappcmd set config -section:system.webserver/fastcgi/[fullpath='c:program filesphpphp-cgi.exe'].activitytimeout:600
【说明】:本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:)!