Litespeed Error on Directadmin

prandah

Well-Known Member
#1
Hi,
before i posted trying install Litespeed on kloxo. unfornotaly not luck :(
and now i try install my Litespeed Standard Edition on my Directadmin (try buy license but not enough to paid it :D)

here is my error log /usr/local/lsws/logs/


Code:
[root@server logs]# cat error.log.2013_07_25.01
2013-07-25 11:07:21.369 [NOTICE] Loading LiteSpeed/4.2.3 Standard ...
2013-07-25 11:07:21.370 [NOTICE] [ADMIN] server socket: uds://usr/local/lsws/admin/tmp/admin.sock.7165
2013-07-25 11:07:21.370 [NOTICE] Loading configuration from /usr/local/lsws/conf/httpd_config.xml ...
2013-07-25 11:07:21.372 [INFO] old priority: 0, new priority: 0
2013-07-25 11:07:21.372 [INFO] [config:server:basic] For better obscurity, server version number is hidden in the response header.
2013-07-25 11:07:21.376 [NOTICE] [PID: 9876]: start cgid: 9880, /usr/local/lsws/bin/httpd
2013-07-25 11:07:21.377 [NOTICE] The maximum number of file descriptor limit is set to 4096.
2013-07-25 11:07:21.378 [NOTICE] [config:server:rails] Cannot find ruby interpreter, Rails easy configuration is turned off
2013-07-25 11:07:21.381 [NOTICE] litespeed (9876) is ready
2013-07-25 11:07:21.382 [NOTICE] [AutoRestarter] new child process with pid=9881 is forked!
2013-07-25 11:07:21.382 [NOTICE] [Child: 9881] Setup swapping space...
2013-07-25 11:07:21.382 [NOTICE] [child: 9881] Successfully change current user to apache
2013-07-25 11:07:21.382 [NOTICE] [Child: 9881] Core dump is enabled.
2013-07-25 11:07:21.383 [NOTICE] [Child: 9881] LiteSpeed/4.2.3 Standard starts successfully!
2013-07-25 11:07:22.000 [NOTICE] [AutoUpdate] Checking for new releases..., pid=9882
2013-07-25 11:07:22.023 [NOTICE] Start to clean up cache directory, pid=9883
2013-07-25 11:07:22.105 [INFO] Stop listener *:8088.
2013-07-25 11:07:22.105 [INFO] Stop listener *:7080.
2013-07-25 11:07:22.105 [NOTICE] [Child: 9881] Start shutting down gracefully ...
2013-07-25 11:07:22.105 [NOTICE] New litespeed process is ready, stop listeners
2013-07-25 11:07:22.105 [INFO] Stop listener *:8088.
2013-07-25 11:07:22.105 [INFO] Stop listener *:7080.
2013-07-25 11:07:22.105 [NOTICE] [Child: 9881] Shut down successfully!
2013-07-25 11:07:22.107 [NOTICE] [AutoRestarter] cleanup children processes and unix sockets of process with pid=9881 !
2013-07-25 11:07:22.107 [NOTICE] [AutoRestarter] child process with pid=9881 exited with status=0!
2013-07-25 11:07:22.107 [NOTICE] [PID:9876] Server Stopped!
[root@server logs]#
and here is my adminpage

http://prntscr.com/1hgkcr
fyi : i trying new install :(
any help for this?
 

webizen

Well-Known Member
#2
you should check 'error.log' instead. file like error.log.2013_07_25.01 (rotated) recorded past activity. also, do 'netstat -ntpl | grep litespeed' to verify if server is up or not.

seems you are using DA plugin but install Standard Edition (not meant for control panel). Hence no license info shown.
 
Top