服务器未重启前一切正常,服务器重启后项目无法访问了,nginx和php状态如下:
- root@yimo:~# sudo systemctl status nginx
- ● nginx.service - LSB: starts the nginx web server
- Loaded: loaded (/etc/init.d/nginx; generated)
- Active: active (exited) since Wed 2024-08-21 13:10:59 UTC; 12min ago
- Docs: man:systemd-sysv-generator(8)
- Process: 808 ExecStart=/etc/init.d/nginx start (code=exited, status=0/SUCCESS)
- Aug 21 13:10:57 yimo systemd[1]: Starting LSB: starts the nginx web server...
- Aug 21 13:10:59 yimo nginx[808]: Starting nginx... done
- Aug 21 13:10:59 yimo systemd[1]: Started LSB: starts the nginx web server.
- root@yimo:~# sudo systemctl status php-fpm-82.service
- ● php-fpm-82.service - LSB: starts php-fpm
- Loaded: loaded (/etc/init.d/php-fpm-82; generated)
- Active: active (exited) since Wed 2024-08-21 13:11:00 UTC; 13min ago
- Docs: man:systemd-sysv-generator(8)
- Process: 810 ExecStart=/etc/init.d/php-fpm-82 start (code=exited, status=0/SUCCESS)
- Aug 21 13:10:57 yimo systemd[1]: Starting LSB: starts php-fpm...
- Aug 21 13:10:59 yimo php-fpm-82[810]: Starting php-fpm
- Aug 21 13:10:59 yimo php-fpm-82[814]: [21-Aug-2024 13:10:59] NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library 'gd' (tried: /www/server/php/82/>
- Aug 21 13:10:59 yimo php-fpm-82[814]: [21-Aug-2024 13:10:59] NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library 'mbstring' (tried: /www/server/p>
- Aug 21 13:10:59 yimo php-fpm-82[814]: [21-Aug-2024 13:10:59] NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library 'pdo_mysql' (tried: /www/server/>
- Aug 21 13:10:59 yimo php-fpm-82[814]: [21-Aug-2024 13:10:59] NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library 'soap' (tried: /www/server/php/8>
- Aug 21 13:10:59 yimo php-fpm-82[814]: [21-Aug-2024 13:10:59] NOTICE: PHP message: PHP Warning: Module "gmp" is already loaded in Unknown on line 0
- Aug 21 13:11:00 yimo php-fpm-82[810]: done
- Aug 21 13:11:00 yimo systemd[1]: Started LSB: starts php-fpm.
- lines 1-15/15 (END)
复制代码 |