到wdcp目錄 cd /www/wdlinux/wdcp,然后直接運(yùn)行 ./wdcp.sh restart 后,可以打開控制面板后臺了,但是網(wǎng)站還沒法登陸
用了一下網(wǎng)上說的各種服務(wù)啟動命令,似乎無效
service wdapache start|stop|restart wdcp后臺 啟動|停止|重起
service nginxd start|stop|restart nginx服務(wù) 啟動|停止|重起
service httpd start|stop|restart httpd服務(wù) 啟動|停止|重起
service pureftpd start|stop|restart ftp服務(wù) 啟動|停止|重起
service mysqld start|stop|restart mysql服務(wù) 啟動|停止|重起
敲了兩個(gè)命令,是這樣的:
[root@iZuf6gdkufb1aj6dq8kaitZ ~]# service wdapache start
Redirecting to /bin/systemctl start wdapache.service
Failed to start wdapache.service: Unit not found.
[root@iZuf6gdkufb1aj6dq8kaitZ ~]# service httpd start
Redirecting to /bin/systemctl start httpd.service
Failed to start httpd.service: Unit not found.
[root@iZuf6gdkufb1aj6dq8kaitZ ~]#