Currently looking at running CageFS with PHP Selector but really need PHP running as FCGI (with APC) to avoid the heavy performance impact of suPHP.
One issue I'm having at the the moment though is when running as FCGI, PHP version changes don't take effect until apache is restarted. This isn't he case when running suPHP.
I presume it's down to how FCGI keeps the continuous process running as opposed to suPHP's generating a new process for each request. Restarting apache is killing the process that was hanging onto the previous PHP version.
Is that the way it's supposed to happen or is there maybe something in my config somewhere that's preventing it from changing straight away? If not, is there any other way I can get round it while sticking with FCGI?
Thanks in advance,
Al.
One issue I'm having at the the moment though is when running as FCGI, PHP version changes don't take effect until apache is restarted. This isn't he case when running suPHP.
I presume it's down to how FCGI keeps the continuous process running as opposed to suPHP's generating a new process for each request. Restarting apache is killing the process that was hanging onto the previous PHP version.
Is that the way it's supposed to happen or is there maybe something in my config somewhere that's preventing it from changing straight away? If not, is there any other way I can get round it while sticking with FCGI?
Thanks in advance,
Al.