WDCP一直使用的好好的,今日突然发现管理后台打不开了,然后上SSH准备重启下服务结果得到以下代码
[root@iZ25i32logvZ ~]# service wdapache restart
wdapache: unrecognized service
[root@iZ25i32logvZ ~]# service wdapache restart
wdapache: unrecognized service
[root@iZ25i32logvZ ~]# service nginxd restart
nginxd: unrecognized service
[root@iZ25i32logvZ ~]# service httpd restart
Stopping httpd: [FAILED]
Starting httpd: httpd: Could not reliably determine the server's fully qualified domain name, using 10.173.12.168 for ServerName
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
[FAILED]
[root@iZ25i32logvZ ~]# service pureftpd restart
pureftpd: unrecognized service
[root@iZ25i32logvZ ~]# service mysqld restart
mysqld: unrecognized service
[root@iZ25i32logvZ ~]# service httpd start
Starting httpd: httpd: Could not reliably determine the server's fully qualified domain name, using 10.173.12.168 for ServerName
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
[FAILED]