how to select php version

RaZer0r

Verified User
Joined
Sep 14, 2007
Messages
62
Hey,

I've upgraded to custombuild 2.0 and set the folowing options:

Code:
php1_release=5.3
php2_release=5.4
php1_mode=suphp
php2_mode=mod_php
htscanner=no
php_ini=no
php_timezone=Europe/Brussels
#Possible values - production or development
php_ini_type=production
ioncube=yes
x-mail-header=yes
zend=yes

#HTTP server. Possible values: apache, nginx
webserver=apache

#Apache settings
#Possible value: 2.4
apache_ver=2.4
mod_ruid2=yes
secure_htaccess=no
harden-symlinks-patch=yes
use_hostname_for_alias=no
redirect_host=directadmin.breeze.be
redirect_host_https=no

How can i change a domain to use php 5.4 instead of 5.3?

With kind regards,

Rein
 
but it seems i can only choose php 4, 5 or 6 there?

which php version is the 5.3 and which is the 5.4?

isn't a simple .htaccess also possible?
 
yes, but can i have 5.4 and 5.3 installed, and let the user select which php minor version they want to run?
 
Hello,

Yes, as per the output I can see that you are having php 5.3 and 5.4 installed in it and user can select php version as per there requirement.

php1_release=5.3
php2_release=5.4

Regards,
24x7server
 
Back
Top