New Installation cant access Admin Page

prandah

Well-Known Member
#1
hello
i install Litespeed free on my server
but after done install i canaccess adminpanel. i was reinstall / change port 7080, 8070, 7897 but still cant access admin panel

here is result from error log

Code:
[root@lite logs]# cat error.log.2013_07_06.15
2013-07-06 17:21:10.372 [NOTICE] Loading LiteSpeed/4.2.3 Standard ...
2013-07-06 17:21:10.372 [NOTICE] [ADMIN] server socket: uds://usr/local/lsws/admin/tmp/admin.sock.7489
2013-07-06 17:21:10.372 [NOTICE] Loading configuration from /usr/local/lsws/conf/httpd_config.xml ...
2013-07-06 17:21:10.373 [INFO] old priority: 0, new priority: 0
2013-07-06 17:21:10.373 [INFO] [config:server:basic] For better obscurity, server version number is hidden in the response header.
2013-07-06 17:21:10.376 [NOTICE] [PID: 2634]: start cgid: 2636, /usr/local/lsws/bin/httpd
2013-07-06 17:21:10.377 [NOTICE] The maximum number of file descriptor limit is set to 4096.
2013-07-06 17:21:10.377 [NOTICE] [config:server:rails] Cannot find ruby interpreter, Rails easy configuration is turned off
2013-07-06 17:21:10.392 [NOTICE] litespeed (2634) is ready
2013-07-06 17:21:10.392 [NOTICE] [AutoRestarter] new child process with pid=2637 is forked!
2013-07-06 17:21:10.392 [NOTICE] [Child: 2637] Setup swapping space...
2013-07-06 17:21:10.392 [NOTICE] [child: 2637] Successfully change current user to apache
2013-07-06 17:21:10.392 [NOTICE] [Child: 2637] Core dump is enabled.
2013-07-06 17:21:10.392 [NOTICE] [Child: 2637] LiteSpeed/4.2.3 Standard starts successfully!
2013-07-06 17:21:11.008 [NOTICE] [AutoUpdate] Checking for new releases..., pid=2639
2013-07-06 17:21:11.017 [NOTICE] Start to clean up cache directory, pid=2640
2013-07-06 17:21:11.039 [INFO] Stop listener *:8088.
2013-07-06 17:21:11.039 [INFO] Stop listener *:8070.
2013-07-06 17:21:11.039 [NOTICE] [Child: 2637] Start shutting down gracefully ...
2013-07-06 17:21:11.039 [NOTICE] New litespeed process is ready, stop listeners
2013-07-06 17:21:11.039 [INFO] Stop listener *:8088.
2013-07-06 17:21:11.039 [INFO] Stop listener *:8070.
2013-07-06 17:21:11.039 [NOTICE] [Child: 2637] Shut down successfully!
2013-07-06 17:21:11.039 [NOTICE] [AutoRestarter] cleanup children processes and unix sockets of process with pid=2637 !
2013-07-06 17:21:11.040 [NOTICE] [AutoRestarter] child process with pid=2637 exited with status=0!
2013-07-06 17:21:11.040 [NOTICE] [PID:2634] Server Stopped!
[root@lite logs]#

netstat

Code:
[root@lite logs]# netstat -tuplen
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address               Foreign Address             State       User       Inode      PID/Program name
tcp        0      0 198.46.xxx.235:53           0.0.0.0:*                   LISTEN      25         398710807  1358/named
tcp        0      0 198.46.xxx.236:53           0.0.0.0:*                   LISTEN      25         398710805  1358/named
tcp        0      0 127.0.0.1:53                0.0.0.0:*                   LISTEN      25         398710803  1358/named
tcp        0      0 0.0.0.0:2200                0.0.0.0:*                   LISTEN      0          398707954  762/sshd
tcp        0      0 0.0.0.0:25                  0.0.0.0:*                   LISTEN      0          398763877  3108/xinetd
tcp        0      0 127.0.0.1:953               0.0.0.0:*                   LISTEN      25         398710808  1358/named
tcp        0      0 127.0.0.1:7776              0.0.0.0:*                   LISTEN      0          398708321  894/php
tcp        0      0 0.0.0.0:993                 0.0.0.0:*                   LISTEN      0          398710757  1328/tcpserver
tcp        0      0 0.0.0.0:7777                0.0.0.0:*                   LISTEN      0          398708385  912/kloxo.httpd
tcp        0      0 0.0.0.0:7778                0.0.0.0:*                   LISTEN      0          398708384  912/kloxo.httpd
tcp        0      0 0.0.0.0:995                 0.0.0.0:*                   LISTEN      0          398710705  1320/tcpserver
tcp        0      0 0.0.0.0:7779                0.0.0.0:*                   LISTEN      0          398708320  894/php
tcp        0      0 0.0.0.0:3306                0.0.0.0:*                   LISTEN      27         398708137  853/mysqld
tcp        0      0 0.0.0.0:110                 0.0.0.0:*                   LISTEN      0          398710709  1317/tcpserver
tcp        0      0 0.0.0.0:143                 0.0.0.0:*                   LISTEN      0          398710743  1325/tcpserver
tcp        0      0 :::2200                     :::*                        LISTEN      0          398707952  762/sshd
tcp        0      0 ::1:953                     :::*                        LISTEN      25         398710809  1358/named
tcp        0      0 :::443                      :::*                        LISTEN      0          398710415  1286/httpd
tcp        0      0 :::80                       :::*                        LISTEN      0          398710410  1286/httpd
udp        0      0 198.46.xxx.235:53           0.0.0.0:*                               25         398710806  1358/named
udp        0      0 198.46.xxx.236:53           0.0.0.0:*                               25         398710804  1358/named
udp        0      0 127.0.0.1:53                0.0.0.0:*                               25         398710802  1358/named
[root@lite logs]#
any advice for my problem ?
 

NiteWave

Administrator
#6
the issue is: can't start up litespeed at all.
and couldn't find any clue from logs/error.log, also it's centOS 5.9...

finally, I found there are 4 "tcpserver" processes running there. I tried to kill them:
#killall tcpserver

then litespeed start up successfully !
and admin console can access too.

what's the "tcpserver"?
 

prandah

Well-Known Member
#7
i dont what exactly thats tcpserver (thats kloxo panel)
but thank you very much you help me :)

==========edited==============
after i configure apache load from admin console
litespeed not working again :D
 
Last edited:

NiteWave

Administrator
#8
I made a copy of your old installation:
/usr/local>cp -a lsws lsws.000

and installed 4.2.3 standard version to /usr/local/lsws

standard version has limitation which will load max 5 apache's virtual hosts.
please refer:
http://www.litespeedtech.com/litespeed-web-server-editions.html

so you'd better try the trial version which is full function and has 15 days free trial.

it's no limit for native vhosts --- which is created under admin console.
 
Top