已解决 禅道运行一会卡死不动

nginx报错

2020/02/02 17:04:43 [error] 8208#7580: *133 upstream timed out (10060: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond) while reading response header from upstream, client: 182.38.136.249, server: cd.bzsczx.cn, request: "GET /www/index.php?m=user&f=create&dept=0 HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "cd.bzsczx.cn", referrer: "

http://cd.bzsczx.cn/www/index.php?m=company&f=browse"



停止 php-cgi.exe -b 127.0.0.1:9000 -c php.ini

重新启动PHP 一会又卡死

禅道版本 12.0 源码包
操作系统 Windows Server 2008
客户端浏览器 Chrome

提问者: 白饼X 悬赏:5 日期: 2020-02-02 17:12:20 答案:1 点击:1245

获取技术支持

QQ: 电话:
设置备注
答案列表
2020/02/03

这个应该是nginx配置的相关问题

您可以看下nginx是否有什么报错日志,网上找下相关文档,调整下nginx配置再试试。

2020/02/03
已找到问题

垃圾php的问题

PHP-FPM作为进程管理器,会监听端口,默认为9000,并且监听本机,只接收127.0.0.1。
默认情况下,当 php-cgi 处理php 达到500次,就自动关闭,即不能解析PHP。所以经常自动退出

采用xxfpm,管理FastCGI进程。

作者:此无休言
链接:https://www.jianshu.com/p/1ff8a2fd796d
来源:简书