I set it up on most of our servers but one server I am not 100%. SHould of made a list![]()
I looked at the cpu usage but don't see too many referances to php files like the other ones so this would incline me to no.
Thanks,
I set it up on most of our servers but one server I am not 100%. SHould of made a list![]()
I looked at the cpu usage but don't see too many referances to php files like the other ones so this would incline me to no.
Thanks,
ps -ax | grep php
If you see php processes then it is compiled with suexec.
Proactive Server Monitoring and Management
http://got-management.com
Thanks gethosting, strange though I tried it on a server with and got nothing.
I will have to see where my mistake is.
It will only be there as php pages are being served, so if it si a light server or one with little to no php usage, then the processes won't be there. Basically the process is launched to serve the page and then goes away once it is done.
Proactive Server Monitoring and Management
http://got-management.com
O.k. I get it, thanks