Rumah > Artikel > pembangunan bahagian belakang > php-fpm总是挂
php-fpm老是挂
新做的一个项目 切换到线上的一个域名(访问量有点大) 就出现502 了。
日志是 类似
[error] 3169#0: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: localhost, request: "GET /index.php HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "127.0.0.1"
貌似fpm根本没启动一样的。。
之前调试sql(把sql输出在header中,数据比较多时容易出现502)。现在把一些header输出都关闭了。访问量大了也挂。
换个域名,没什么访问量就没什么问题。这种情况一般是什么造成的。求大神!