
06-29-2011, 01:53 PM
|
|
LiteSpeed Staff
|
|
Join Date: Oct 2010
Posts: 2,339
|
|
check if port 7080 is listening. For CentOS, try below from command line:
Quote:
|
netstat -ntpl | grep :7080
|
if no result, try start LSWS from command line:
Quote:
|
/usr/local/lsws/bin/lswsctrl start
|
|