Process List

GaryT

Active Member
#1
I'm testing LiteSpeed module for WHM, It's fine, setup and working, But I don't get a few things.

In Process list, I see all accounts using: LSPHP5, But I also see accounts using: /usr/bin/php

Now when I switch to apache its fine, But when I switch back to litespeed I get the following:

Apache is still running. Fail to stop it within 30 secs.
LiteSpeed started successfully.
But, Its shows running but with apache and litespeed ?

 

mistwang

LiteSpeed Staff
#2
You may need to stop Apache from command line if the plugin cannot stop it.
For the php processes, you should check who are parent processes for those "/usr/bin/php" processes.
 

GaryT

Active Member
#3
running susexe so its the account name for the process:

edit:

/etc/init.d/httpd stop
Did not kill the processes, I had to manually do this for each client, The problem was I had some PHP processes which were hung and did not die off, I thought something was wrong as the memory went sky high.. Killing them manually then switching to apache corrected his. Error went.

By the way, Thanks for the reply !
 
Last edited:
Top