PHP FCGI Extremely Slow

4 posts / 0 new
Last post
#1 Thu, 04/05/2012 - 21:59
pcfreak30

PHP FCGI Extremely Slow

Hello. I recently switched from apache with a nginx reverse proxy to nginx stand alone.

But now for some reason it is taking for ever for the php5-cgi processes to respond to requests.

Some requests are even timing out! Can you shed any light on this. It was running at a decent fast speed before but apache was leaking too much...

Thanks..

Fri, 04/06/2012 - 00:38
pcfreak30

solved it.

To anyone wondering the FCGID child processes was set a 1 so it was overloaded. I have it at 6 but 4 works as well and everything is normal.

I suggest you change the default number used b/c I dont see an option for it in server templates.

Fri, 04/06/2012 - 08:31
andreychek

Thanks for posting your fix!

I'll talk to Jamie about what you found there, thanks!

-Eric

Sun, 07/29/2012 - 19:54
Adub

Where did you set this new value? In a file or a section of Virtualmin?

Topic locked