ispCP - Board - Support
Lot of /usr/bin/php5-cgi process - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: Lot of /usr/bin/php5-cgi process (/thread-11817.html)



Lot of /usr/bin/php5-cgi process - Fumble - 10-05-2010 09:58 PM

Hi all,

I'm working on server not installed by myself. And I got an issue on that one.

This machine is a VM (2 CPU, 6 Go of Memory) with a Debian GNU/Linux 5.0.

And I got a lot of crash with it.

It seems that it runs out of available process.

When I check the machine, I got an huge number (around 1000 and more every hour) of /usr/bin/php5-cgi process, running under different virtual user...
They disappear if I reload apache...

I have seen some people running almost the same problem but no solutions...

Can someone help?

Do not hesitate to let me know if you need more information.


RE: Lot of /usr/bin/php5-cgi process - kilburn - 10-06-2010 06:37 PM

Take a look at the following post about fine-tunning mod_fcgid performance. Oh, and you should definitely switch to mod_fcgid if you are currently using mod_fastcgi. There's also another post with some fcgid configuration settings suggestions if you want even more info Wink


RE: Lot of /usr/bin/php5-cgi process - Fumble - 10-06-2010 06:48 PM

Great, thx a lot, gonna check this right now!