Fresh CentOS 5.5, fresh LSWS Standard, won't start

#1
I don't get it. I just flashed my VPS and installed LSWS Standard edition. It won't start. It says to check /usr/local/lsws/docs for help.

Not sure what information you guys want from me, but here is error.log:

Code:
2011-03-26 05:45:55.001 [NOTICE] [12203] Loading LiteSpeed/4.0.20 Standard ...
2011-03-26 05:45:55.203 [NOTICE] [ADMIN] server socket: uds://usr/local/lsws/ad$
2011-03-26 05:45:55.203 [NOTICE] Loading configuration from /usr/local/lsws/con$
2011-03-26 05:45:55.204 [INFO] old priority: 0, new priority: -19
2011-03-26 05:45:55.205 [INFO] [config:server:basic] For better obscurity, serv$
2011-03-26 05:45:55.207 [NOTICE] [PID: 12211]: start cgid: 13606, /usr/local/ls$
2011-03-26 05:45:55.208 [NOTICE] The maximum number of file descriptor limit is$
2011-03-26 05:45:55.211 [NOTICE] litespeed (12211) is ready
2011-03-26 05:45:55.212 [NOTICE] [child: 13614] Successfully change current use$
2011-03-26 05:45:55.212 [NOTICE] [Child: 13614] Core dump is enabled.
2011-03-26 05:45:55.212 [NOTICE] [Child: 13614] Setup swapping space...
2011-03-26 05:45:55.212 [NOTICE] [Child: 13614] LiteSpeed/4.0.20 Standard start$
2011-03-26 05:45:55.212 [NOTICE] [AutoRestarter] new child process with pid=136$
2011-03-26 05:45:56.226 [NOTICE] [AutoUpdate] Checking for new releases..., pid$
2011-03-26 05:45:56.235 [NOTICE] Start to clean up cache directory, pid=17490
2011-03-26 05:45:56.506 [INFO] Stop listener *:80.
2011-03-26 05:45:56.506 [INFO] Stop listener *:8080.
2011-03-26 05:45:56.506 [NOTICE] [Child: 13614] Start shutting down gracefully $
2011-03-26 05:45:56.506 [NOTICE] New litespeed process is ready, stop listeners
EDIT: Also, no control panel.
 
Last edited:

NiteWave

Administrator
#2
strange. not sure if there is another process(for example apache) already listen to port 80?

what's output of:
#netstat -ntlp

#uname -a
 
Top