Softaculous


Topic : Webuzo disappeared.


Posted By: hdavy2002 on June 29, 2019, 11:20 pm
I tried going to my CP at mydomain.com:2002 and realized that I could not find the page.

I did SSH to my vps and a netstat -tunlp showed me that Only few services are up. Nothing on port 2002 and 2004.

Directory /var/webuzo is still there.

Please can someone explain this strange behavior. I have wordpress running.

Thanks

----

root@Mainwebsite-2gb-fsn1-1:~# netstat -tunlp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address          Foreign Address        State      PID/Program name
tcp        0      0 0.0.0.0:80              0.0.0.0:*              LISTEN      1098/nginx: master
tcp        0      0 127.0.0.53:53          0.0.0.0:*              LISTEN      731/systemd-resolve
tcp        0      0 0.0.0.0:22              0.0.0.0:*              LISTEN      1097/sshd
tcp        0      0 127.0.0.1:25            0.0.0.0:*              LISTEN      1432/sendmail: MTA:
tcp        0      0 0.0.0.0:443            0.0.0.0:*              LISTEN      1098/nginx: master
tcp        0      0 127.0.0.1:3306          0.0.0.0:*              LISTEN      1203/mysqld
tcp        0      0 127.0.0.1:587          0.0.0.0:*              LISTEN      1432/sendmail: MTA:
tcp6      0      0 :::22                  :::*                    LISTEN      1097/sshd
tcp6      0      0 :::33060                :::*                    LISTEN      1203/mysqld
udp        0      0 127.0.0.53:53          0.0.0.0:*                          731/systemd-resolve
udp        0      0 0.0.0.0:68              0.0.0.0:* 

Posted By: wolke on June 30, 2019, 7:16 am | Post: 1
restart the webuzo service:
Code

service webuzo restart

or

Code
/etc/init.d/webuzo restart

Posted By: hdavy2002 on June 30, 2019, 7:32 am | Post: 2
Many thanks. That did the trick.

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.