Re: [users@httpd] mod_fcgid: does FcgidMinProcessesPerClass work?

2015-12-28 Thread Kevin Burnett
can confirm I don't > get more than FcgidMinProcessesPerClass PHP workers on that site. > > = > Steven Barre, RHCE > ste...@realestatewebmasters.com > > Systems Administrator > Real Estate Webmasters - 250-753-9893 >

Re: [users@httpd] mod_fcgid: does FcgidMinProcessesPerClass work?

2015-12-28 Thread Kevin Burnett
Steven Barre, RHCE > ste...@realestatewebmasters.com > > Systems Administrator > Real Estate Webmasters - 250-753-9893 > ====== > > > On 2015-12-28 09:21, Kevin Burnett wrote: >> >> Greetings, >> >> If I set FcgidMinProcess

[users@httpd] mod_fcgid: does FcgidMinProcessesPerClass work?

2015-12-28 Thread Kevin Burnett
Greetings, If I set FcgidMinProcessesPerClass to 5, it doesn't maintain 5 application worker processes at apache startup time or otherwise. It starts with 0 workers, when I hit the app with one curl, it starts up one, and when I hit the app with 10 concurrent connections, it fires up nine workers,