LiteSpeed and Apache Both Running

markb1439

Well-Known Member
#1
I have LiteSpeed set up as an Apache replacement. So, normally, the LiteSpeed WHM plugin gives me the option to switch between the two.

But now, I see:

LiteSpeed is running (PID = 9481). Apache is running (PID = 9441).
Why are they both running, and what is the proper way to resolve this?

Thanks,

Mark
 

markb1439

Well-Known Member
#3
Strange, I did try "Switch to Litespeed," and it didn't resolve the problem. I have never set LiteSpeed to work in offset.

However I did restart the VPS and the problem went away. But I wish I knew why it happened.
 

markb1439

Well-Known Member
#5
I wonder if it was the gotroot automatic rules installer that restarted httpd. It has a default command for doing that:

/etc/init.d/httpd restart

Should I enter a different command instead?

I did try your suggestion, and the LiteSpeed plugin still shows only LiteSpeed running.
 

webizen

Well-Known Member
#6
'service httpd start' should be the same as '/etc/init.d/httpd start'.

if you run into this next time, check which port they (apache and litespeed) are listening on. e.g.
netstat -ntpl | egrep 'litespeed|http'
 
Last edited:
Top