CB2.0, nginx_apache and 2 php versions and mod_ruid2

hape

Verified User
Joined
Jul 22, 2010
Messages
80
Location
Poland
Welcome,

is it possible to have installed 2 versions of php with mod_ruid when webserver mode is set to nginx_apache?
 
mod_ruid2 is an apache module, so it does not prevent you from having 2 instances of PHP installed, however, only one of them could be installed as a module of apache (phpX_mode=mod_php), the second mode of PHP must be suPHP, because FastCGI, PHP-FPM and LSPHP aren't supported in mod_ruid2 environment.
 
Back
Top