Hi,
I have updated to DA 1.43.3 with 2 PHP versions but I can not find where to change PHP versions for my user.
could you help me?
thanks
Hi,
I have updated to DA 1.43.3 with 2 PHP versions but I can not find where to change PHP versions for my user.
could you help me?
thanks
You can do that in "Domain setup" (user level), but only if you run CustomBuild 2.0.
█ Martynas Bendorius
█ MB Martynas IT. Professional server management company. Official DirectAdmin, CloudLinux, LiteSpeed and Comodo partners.
1. upgrade your CustomBuild to 2.0
2. in options.conf
you will see"
change it, tophp1_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
I have the same problem, did you manage to get this working? I have set:
and it appears in the domain administration as:Code:php1_release=5.5 php2_release=5.4 php1_mode=suphp (also tried mod_php) php2_mode=suphp
If i switch them round, or even set both to 5.4, but php is always running as 5.5 for the domain.Code:PHP Version Selector | Handler | Extension First PHP | 5.5 suphp | php Second PHP| 5.4 suphp | php54
Please check http://forum.directadmin.com/showthr...428#post254428.
█ Martynas Bendorius
█ MB Martynas IT. Professional server management company. Official DirectAdmin, CloudLinux, LiteSpeed and Comodo partners.
you can do this only if you run CustomBuild.
Second PHP if i have selected it but don't use for the website, The server will load more cpu or mempry or not?
With PHP-FPM you will have pools for all users both for php1 and php2 (at the same time). Unused pools will use little RAM.
Kind regards,
_ Alex Grebenschikov