View Single Post
  #2  
Old 02-13-2012, 10:51 AM
webizen webizen is offline
LiteSpeed Staff
 
Join Date: Oct 2010
Posts: 2,337
what's your server OS? make sure lsws is enabled in startup script. For CentOS, the correct on is like the following:
Quote:
# chkconfig --list lsws
lsws 0:off 1:off 2:on 3:on 4:off 5:on 6:off
if they are all off (0-6:off), just do this to enable it.
Quote:
# chkconfig lsws on

Last edited by webizen; 02-13-2012 at 11:41 AM.. Reason: edit: added expected screenshot
Reply With Quote