View Single Post
  #5  
Old 06-29-2011, 01:53 PM
webizen webizen is offline
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
Reply With Quote