You can do that in "Domain setup" (user level), but only if you run CustomBuild 2.0.
php1_release=5.4
php2_release=no
php1_mode=mod_php
php2_mode=php-fpm
for exmplephp1_release=5.4
php2_release=5.3
php1_mode=mod_php
php2_mode=suphp
Hi,
I installed php5.5 with mod_ruid2 and php 5.3 with suphp.
I set First PHP to 5.3 but php 5.5 ran as default
php1_release=5.5
php2_release=5.4
php1_mode=suphp (also tried mod_php)
php2_mode=suphp
PHP Version Selector | Handler | Extension
First PHP | 5.5 suphp | php
Second PHP| 5.4 suphp | php54
Code:php1_release=5.5 php2_release=5.4 php1_mode=suphp (also tried mod_php) php2_mode=suphp [/QUOTE] Where I run this codes??