error after install

#1
i install the free standard edition
i get in error.log
2012-05-23 04:02:12.487 [NOTICE] Loading LiteSpeed/4.1.12 Standard ...
2012-05-23 04:02:12.691 [NOTICE] [ADMIN] server socket: uds://usr/local/lsws/admin/tmp/admin.sock.7599
2012-05-23 04:02:12.691 [NOTICE] Loading configuration from /usr/local/lsws/conf/httpd_config.xml ...
2012-05-23 04:02:12.693 [INFO] old priority: 0, new priority: -19
2012-05-23 04:02:12.693 [INFO] [config:server:basic] For better obscurity, server version number is hidden in the response header.
2012-05-23 04:02:12.696 [NOTICE] [PID: 1359]: start cgid: 1362, /usr/local/lsws/bin/httpd
2012-05-23 04:02:12.697 [NOTICE] The maximum number of file descriptor limit is set to 4096.
2012-05-23 04:02:12.701 [NOTICE] litespeed (1359) is ready
2012-05-23 04:02:12.703 [NOTICE] [child: 1363] Successfully change current user to nobody
2012-05-23 04:02:12.703 [NOTICE] [Child: 1363] Core dump is enabled.
2012-05-23 04:02:12.703 [NOTICE] [Child: 1363] Setup swapping space...
2012-05-23 04:02:12.703 [NOTICE] [Child: 1363] LiteSpeed/4.1.12 Standard starts successfully!
2012-05-23 04:02:12.703 [NOTICE] [AutoRestarter] new child process with pid=1363 is forked!
2012-05-23 04:02:13.103 [NOTICE] [AutoUpdate] Checking for new releases..., pid=1364
2012-05-23 04:02:13.127 [NOTICE] Start to clean up cache directory, pid=1365
2012-05-23 04:02:13.543 [INFO] Stop listener *:80.
2012-05-23 04:02:13.543 [INFO] Stop listener *:7080.
2012-05-23 04:02:13.543 [NOTICE] [Child: 1363] Start shutting down gracefully ...
2012-05-23 04:02:13.543 [NOTICE] New litespeed process is ready, stop listeners
2012-05-23 04:02:13.543 [INFO] Stop listener *:80.
2012-05-23 04:02:13.543 [INFO] Stop listener *:7080.
2012-05-23 04:02:13.543 [NOTICE] [Child: 1363] Shut down successfully!
2012-05-23 04:02:13.545 [NOTICE] [AutoRestarter] cleanup children processes and unix sockets of process with pid=1363 !
2012-05-23 04:02:13.647 [NOTICE] [AutoRestarter] child process with pid=1363 exited with status=0!
2012-05-23 04:02:13.647 [NOTICE] [PID:1359] Server Stopped!
i re-install it 100000 times its the standard edition i saw its free
i tried
iptables -A INPUT -p tcp -m tcp --dport 80 -j ACCEPT
iptables -A INPUT -p tcp -m tcp --dport 7080 -j ACCEPT

and i tried to install the enterprise edition and i upload the key and nothing so i back to the standard and again
nothing :( but nothing ...
thanks .
 
Last edited:

webizen

Well-Known Member
#3
i install the free standard edition
i get in error.log


i re-install it 100000 times its the standard edition i saw its free
i tried
iptables -A INPUT -p tcp -m tcp --dport 80 -j ACCEPT
iptables -A INPUT -p tcp -m tcp --dport 7080 -j ACCEPT

and i tried to install the enterprise edition and i upload the key and nothing so i back to the standard and again
nothing :( but nothing ...
thanks .
did you check on server itself? run something like and see it is running
telnet localhost 80
telnet localhost 7080
netstat -ntpl| grep litespeed
if so, then you must have firewall outside of your box blocking them.
 
Top