Код: Выделить всё
[root@durex ~]# systemctl status nginxb -l
● nginxb.service - The nginx HTTP and reverse proxy server
Loaded: loaded (/usr/lib/systemd/system/nginxb.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Fri 2021-07-23 14:07:21 MSK; 2min 35s ago
Process: 814 ExecStartPre=/usr/sbin/nginxb -t (code=exited, status=1/FAILURE)
Process: 793 ExecStartPre=/usr/bin/rm -f /run/nginxb.pid (code=exited, status=0/SUCCESS)
Jul 23 14:07:21 durex.com systemd[1]: Starting The nginx HTTP and reverse proxy server...
Jul 23 14:07:21 durex.com nginxb[814]: nginx: [emerg] invalid parameter "all/32" in /etc/brainy/src/compiled/nginxb/conf_add/api_location.conf:1
Jul 23 14:07:21 durex.com nginxb[814]: nginx: configuration file /etc/brainy/src/compiled/nginxb/nginx.conf test failed
Jul 23 14:07:21 durex.com systemd[1]: nginxb.service: control process exited, code=exited status=1
Jul 23 14:07:21 durex.com systemd[1]: Failed to start The nginx HTTP and reverse proxy server.
Jul 23 14:07:21 durex.com systemd[1]: Unit nginxb.service entered failed state.
Jul 23 14:07:21 durex.com systemd[1]: nginxb.service failed.
Код: Выделить всё
[root@durex ~]# systemctl status brainyphp-fpm -l
● brainyphp-fpm.service - The Brainy-FPM PHP Process Manager
Loaded: loaded (/usr/lib/systemd/system/brainyphp-fpm.service; enabled; vendor preset: disabled)
Active: active (running) since Fri 2021-07-23 14:07:21 MSK; 6min ago
Main PID: 758 (php-fpm)
Status: "Processes active: 0, idle: 6, Requests: 0, slow: 0, Traffic: 0req/sec"
Tasks: 7
Memory: 36.6M
CGroup: /system.slice/brainyphp-fpm.service
├─758 php-fpm: master process (/etc/brainy/src/compiled/php5/php-fpm.conf
├─900 php-fpm: pool brainy.conf
├─901 php-fpm: pool brainy.conf
├─902 php-fpm: pool brainy.conf
├─903 php-fpm: pool brainy.conf
├─905 php-fpm: pool brainyservice.conf
└─906 php-fpm: pool brainyservice.conf
Jul 23 14:07:21 durex.com systemd[1]: Starting The Brainy-FPM PHP Process Manager...
Jul 23 14:07:21 durex.com systemd[1]: Started The Brainy-FPM PHP Process Manager.
Код: Выделить всё
[root@durex ~]# netstat -plunt | grep nginx
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 1109/nginx: master
tcp 0 0 31.184.249.21:443 0.0.0.0:* LISTEN 1109/nginx: master
Код: Выделить всё
[root@durex ~]# uname -r
3.10.0-1160.31.1.el7.x86_64
Код: Выделить всё
[root@durex ~]# systemctl status csf
● csf.service - ConfigServer Firewall & Security - csf
Loaded: loaded (/usr/lib/systemd/system/csf.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Fri 2021-07-23 14:14:08 MSK; 54s ago
Process: 14810 ExecStart=/usr/sbin/csf --initup (code=exited, status=1/FAILURE)
Main PID: 14810 (code=exited, status=1/FAILURE)
Jul 23 14:14:08 durex.com systemd[1]: Starting ConfigServer Firewall & Security - csf...
Jul 23 14:14:08 durex.com csf[14810]: csf and lfd have been disabled, use 'csf -e' to enable
Jul 23 14:14:08 durex.com systemd[1]: csf.service: main process exited, code=exited, status=1/FAILURE
Jul 23 14:14:08 durex.com systemd[1]: Failed to start ConfigServer Firewall & Security - csf.
Jul 23 14:14:08 durex.com systemd[1]: Unit csf.service entered failed state.
Jul 23 14:14:08 durex.com systemd[1]: csf.service failed.