Litespeed is killing Apache every hour

#1
Hello Litespeed support,

We have purchased & installed LSWS using it's auto installer and set the port offset to 1000 (resulting 1080 port)

We have been observing that the litespeed process is killing apache web server every hour.


The log entry in apache says -> (Litespeed (3345) is ready )

How can i stop this from happening as we want to test litespeed on port 1080

Thanks in Advance,
 

NiteWave

Administrator
#2
The log entry in apache says -> (Litespeed (3345) is ready )
this is normal. since litespeed will use same log file as apache,
hence do you think "litespeed process is killing apache web server"? No.

you can stop litespeed by
/usr/local/lsws/bin/lswsctrl stop
so it won't affect apache at all.
then watch if no restart every hour ?

before start litespeed, run
#netstat -ntlp | grep ":1080"
to check if any other process already listen to port 1080
if yes, then try to set port offset to other port, like 2000, resulting litespeed listen to 2080 port.

then just access http://website:2080, to compare with http://website
 
Top