1 升級后打開的后臺還是舊的?A 重起下機(jī)器
B 檢查wdapache有沒啟動,如
service wdapache start
service wdapache restart
如果提示如下
[root@aaaa ~]# service wdapache start
Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:8080
no listening sockets available, shutting down
Unable to open logs
[FAILED]
根據(jù)相應(yīng)的安裝的是apache或nginx修改
/www/wdlinux/apache/conf/httpd.conf
/www/wdlinux/nginx/conf/nginx.conf
在最后臺把wdcp.conf的行去掉
然后重起
service nginxd restart
service httpd restart
service wdapache restart
即可
2 升級后無法啟動服務(wù)或是提示如下
bad user name xxx
等問題,登錄后臺,編輯再提交下站點,就可以正常了
因為新版與舊板有些配置不一樣的,所以需要此操作