[solved] Litespeed not starting?

IPMAN

Active Member
#1
Hi,

My LiteSpeed installation is failing to start.

Here is the information when it fails:

Stopped Apache.
LiteSpeed is not up within 30 secs, try again by removing /tmp/lshttpd/.
LiteSpeed is not up within 60 secs, please try again.
Is their a command to force LiteSpeed to start?
 
Last edited by a moderator:

mistwang

LiteSpeed Staff
#2
You can try start it from command line with

/usr/local/lsws/bin/lswsctrl start

if it failed, check error.log if there is no other error output on the screen.
 

IPMAN

Active Member
#3
You can try start it from command line with

/usr/local/lsws/bin/lswsctrl start

if it failed, check error.log if there is no other error output on the screen.

Hello,

I have managed to get LiteSpeed up and running again:

==================
root@ [/]# /usr/local/lsws/bin/lswsctrl start
[OK] License key #2 verification passed!
[OK] litespeed: pid=25995.
==================

However I am still having problems with LiteSpeed when I try to switch back to Apache then back to LiteSpeed, LiteSpeed doesnt want to restart.

Stopped Apache.
LiteSpeed is not up within 30 secs, try again by removing /tmp/lshttpd/.
LiteSpeed is not up within 60 secs, please try again.
Also Apache is still showing as the Server signature even though LiteSpeed is running.

I have checked the error log and this is what is in their:

[Tue Nov 01 15:55:31 2011] [error] [client ] \r 75 16972 0 12787 0 0 0 0 --:--:-- 23:28:26 --:--:-- 0
[Tue Nov 01 15:55:32 2011] [error] [client ] \r 75 16972 0 12787 0 0 0 0 --:--:-- 23:28:27 --:--:-- 0
[Tue Nov 01 15:55:33 2011] [error] [client ] \r 75 16972 0 12787 0 0 0 0 --:--:-- 23:28:28 --:--:-- 0
[Tue Nov 01 15:55:34 2011] [error] [client ] \r 75 16972 0 12787 0 0 0 0 --:--:-- 23:28:29 --:--:-- 0
[Tue Nov 01 15:55:35 2011] [error] [client ] \r 75 16972 0 12787 0 0 0 0 --:--:-- 23:28:30 --:--:-- 0
[Tue Nov 01 15:55:36 2011] [error] [client ] \r 75 16972 0 12787 0 0 0 0 --:--:-- 23:28:31 --:--:-- 0
[Tue Nov 01 15:55:37 2011] [error] [client ] \r 75 16972 0 12787 0 0 0 0 --:--:-- 23:28:32 --:--:-- 0
[Tue Nov 01 15:55:38 2011] [error] [client ] \r 75 16972 0 127
[Tue Nov 01 15:55:38 2011] [error] [client ] 87 0 0 0 0 --:--:-- 23:28:33 --:--:-- 0

Shall I check the output? ls -ld /tmp/lshttpd
 
Last edited:

mistwang

LiteSpeed Staff
#4
You need to make sure apache is stopped.

killall -9 httpd

then start LSWS, then check error log.

make sure /tmp partition has enough disk space.
 
Top