Hi,
I have installed litespeed on ubuntu 16.04 server and made basic configurations about a month ago. Then I could access to webadmin console but not anymore. First I thought it was an firewall issue but netstat gives me this:
If I try to connect through port 7080 the connection just times out. I am out of clue what to try next.
I have installed litespeed on ubuntu 16.04 server and made basic configurations about a month ago. Then I could access to webadmin console but not anymore. First I thought it was an firewall issue but netstat gives me this:
Code:
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 2201/sendmail: MTA:
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 1555/openlitespeed
tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 2227/0
tcp 0 0 0.0.0.0:7080 0.0.0.0:* LISTEN 1555/openlitespeed
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 1358/mysqld
tcp 0 0 127.0.0.1:587 0.0.0.0:* LISTEN 2201/sendmail: MTA:
tcp 0 0 127.0.0.1:6379 0.0.0.0:* LISTEN 1392/redis-server 1
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 1555/openlitespeed
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1291/sshd
tcp6 0 0 ::1:8000 :::* LISTEN 2227/0
tcp6 0 0 :::45001 :::* LISTEN 1354/vsftpd
tcp6 0 0 :::22 :::* LISTEN 1291/sshd
Last edited by a moderator: