After reboot,
kloxo web admin doesn't work, also
client domain doesn't work either.
[root@server ~]# sh /script/restart-all
Redirecting to /bin/systemctl restart rsyslog.service
-------------------------------------------------------------------
Restarting httpry (via systemctl): [ OK ]
-------------------------------------------------------------------
*** Process for MYSQL/MARIADB service ***
- Process: restart
Shutting down MySQL. [ OK ]
Starting MySQL.170829 19:48:29 mysqld_safe Logging to '/var/lib/mysql/server.moj-server.info.err'.
170829 19:48:29 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
[ OK ]
-------------------------------------------------------------------
*** Process for BIND service ***
- Process: restart
Stopping named (via systemctl): [ OK ]
Starting named (via systemctl): [ OK ]
-------------------------------------------------------------------
Redirecting to /bin/systemctl restart php-fpm.service
-------------------------------------------------------------------
*** Process for HTTPD service ***
- Process: restart
Redirecting to /bin/systemctl stop httpd.service
Redirecting to /bin/systemctl start httpd.service
-------------------------------------------------------------------
*** Process for QMAIL service ***
Stopping qmail-toaster: svscan qmail logging.
qmail-send: no process found
Starting qmail-toaster: svscan.
-------------------------------------------------------------------
Redirecting to /bin/systemctl restart kloxo-web.service
-------------------------------------------------------------------
Redirecting to /bin/systemctl restart kloxo-php.service
-------------------------------------------------------------------
Redirecting to /bin/systemctl restart kloxo-wrap.service
-------------------------------------------------------------------
- For help, type '/script/restart-all [--help|-h]'
[root@server ~]#
[root@server etc]# systemctl status httpd.service
? httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
Active: active (running) since Uto 2017-08-29 20:02:01 CEST; 59s ago
Docs: man:httpd.service(8)
Main PID: 5280 (httpd)
Status: "Total requests: 0; Idle/Busy workers 100/0;Requests/sec: 0; Bytes served/sec: 0 B/sec"
CGroup: /system.slice/httpd.service
??5280 /usr/sbin/httpd -DFOREGROUND
??5281 /usr/sbin/httpd -DFOREGROUND
??5282 /usr/sbin/httpd -DFOREGROUND
??5283 /usr/sbin/httpd -DFOREGROUND
Kol 29 20:02:01 server.moj-server.info systemd[1]: Starting The Apache HTTP Server...
Kol 29 20:02:01 server.moj-server.info systemd[1]: Started The Apache HTTP Server.
I'm not sure if that's "normal" listening on tcp6, but anyway I'm just posting what I find:
netstat -an | grep LISTEN
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN
tcp 0 0 xx.xx.xx.xx:53 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:7776 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:7777 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:7778 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:7779 0.0.0.0:* LISTEN
tcp6 0 0 :::3306 :::* LISTEN
tcp6 0 0 :::587 :::* LISTEN
tcp6 0 0 :::110 :::* LISTEN
tcp6 0 0 :::143 :::* LISTEN
tcp6 0 0 :::111 :::* LISTEN
tcp6 0 0 :::80 :::* LISTEN
tcp6 0 0 :::465 :::* LISTEN
tcp6 0 0 :::53 :::* LISTEN
tcp6 0 0 :::22 :::* LISTEN
tcp6 0 0 :::25 :::* LISTEN
tcp6 0 0 :::443 :::* LISTEN
tcp6 0 0 :::993 :::* LISTEN
tcp6 0 0 :::995 :::* LISTEN