smartweb 发表于 2022-1-25 22:59:55

lnmp1.8安装php8再安装7.3,502错误

启动服务器后php7.3的站点出现502错误,默认php8的站点正常。
ng log:
connect() to unix:/tmp/php-cgi7.3.sock failed (2: No such file or directory) while connecting to upstream, client:

lnmp restart出现错误提示

Gracefully shutting down php-fpm . done
Gracefully shutting down php-fpm warning, no pid file found - php-fpm is not running ?


但运行restart后服务器就正常了

smartweb 发表于 2022-1-25 23:08:12

debian10-64bit

licess 发表于 2022-1-26 19:58:37

php7.3可能没开机启动,什么原因不好确定
lnmp 1.7+,比较新的linux发行版参考:https://bbs.vpser.net/thread-25301-1-1.html

smartweb 发表于 2022-1-27 20:53:43

licess 发表于 2022-1-26 19:58
php7.3可能没开机启动,什么原因不好确定
lnmp 1.7+,比较新的linux发行版参考:https://bbs.vpser.net/thr ...

想加到rc.local里,但没找到该文件。可能debian10 的自动启动作了变动

licess 发表于 2022-1-28 20:54:15

smartweb 发表于 2022-1-27 20:53
想加到rc.local里,但没找到该文件。可能debian10 的自动启动作了变动

debian 10+没有rc.local,一般都是使用systemd进行管理开机启动
页: [1]
查看完整版本: lnmp1.8安装php8再安装7.3,502错误