web请求超过40s 就返回500错误
php的超时时间 set_time_limit无效
curl CURLOPT_TIMEOUT 设置请求时间 无效
设置apache Timeout 链接超时 无效
最后添加 Fcgid才可以
apache 配置文件 httpd.conf文章来源地址https://www.toymoban.com/news/detail-677939.html
<IfModule mod_fcgid.c>
FcgidProcessLifeTime 10000
FcgidIOTimeout 10000
FcgidConnectTimeout 10000
</IfModule>
文章来源:https://www.toymoban.com/news/detail-677939.html
到了这里,关于php curl apache 超时 500错误的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!