提问三步曲: 提问先看教程/FAQ索引(wdcp,wdcp_v3,一键包)及搜索,会让你更快解决问题
1 提供详细,如系统版本,wdcp版本,软件版本等及错误的详细信息,贴上论坛或截图发论坛
2 做过哪些操作或改动设置等
温馨提示:信息不详,很可能会没人理你!论坛有教程说明的,也可能没人理!因为,你懂的
[root@localhost ~]# cd /www/wdlinux/wdcp
[root@localhost wdcp]# sh wdcp.sh start
Starting wdcp: [ OK ]
[root@localhost wdcp]# [ORM]2020/04/05 16:27:51 register db Ping `default`, unab le to open database file
must have one register DataBase alias named `default`
重启服务器提示
[root@localhost ~]# service wdapache restart
Redirecting to /bin/systemctl restart wdapache.service
Failed to restart wdapache.service: Unit not found.
netstat -lnpt 找不到面板的端口号?
[root@localhost ~]# netstat -lnpt
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 43.239.163.194:20104 0.0.0.0:* LISTEN 8234/pure-ftpd (IDL
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 2198/mysqld
tcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN 2416/memcached
tcp 0 0 127.0.0.1:6379 0.0.0.0:* LISTEN 1381/redis-server 1
tcp 0 0 0.0.0.0:21004 0.0.0.0:* LISTEN 1370/sshd
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 2435/nginx: master
tcp 0 0 0.0.0.0:5555 0.0.0.0:* LISTEN 2510/./yunsuo_agent
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 2429/pure-ftpd (SER
tcp6 0 0 :::88 :::* LISTEN 2457/httpd
tcp6 0 0 :::21004 :::* LISTEN 1370/sshd
tcp6 0 0 :::21 :::* LISTEN
服务器重启下就这样了? |