Hello everyone!
I need a advice from DA community.
I want to have two php versions on my server php 5.3.x and 5.4.x
At the moment I have this options.conf:
Could anyone give me advice to run two PHP, the php5.3 should run mod_ruid2.
I need a advice from DA community.
I want to have two php versions on my server php 5.3.x and 5.4.x
At the moment I have this options.conf:
PHP:
#PHP settings.
#Default version of PHP is always php1_release. Possible values for php1/php2_release: 5.3, 5.4, 5.5, no. php1/php2_mode: mod_php, fastcgi, php-fpm or suphp)
default_php=php1_release
php1_release=5.3
#php2_release=5.4
#php1_mode=mod_php
php1_mode=mod_php
#php2_mode=suphp
htscanner=yes
php_ini=yes
php_timezone=EET
#Possible values - production or development
php_ini_type=production
ioncube=yes
x-mail-header=yes
#zend=yes
zend=no
#HTTP server. Possible values: apache, nginx, nginx_apache
webserver=apache
#Apache settings
#Possible value: 2.4
apache_ver=2.4
mod_ruid2=yes
#mod_ruid2=no
secure_htaccess=no
harden-symlinks-patch=yes
use_hostname_for_alias=auto
redirect_host=rock1.host.com
redirect_host_https=no
#Possible values - 5.1, 5.5, 5.6
mysql=5.6
mysql_inst=no
mysql_backup=yes
mysql_backup_dir=/usr/local/directadmin/custombuild/mysql_backups
#Web applications
phpmyadmin=yes
phpmyadmin_ver=4
squirrelmail=no
roundcube=yes
#Mail options
exim=yes
eximconf=yes
clamav=yes
spamassassin=yes
dovecot=yes
pigeonhole=no
#Statistics
awstats=no
webalizer=yes
#FTP options - possible values: proftpd, pureftpd
ftpd=proftpd
#ftpd=pureftpd
#Jailed shell
jail=no
#Autoconf/automake/libtool options
autoconf=yes
automake=yes
libtool=yes
curl=yes
#versions of zlib, apr_util and libxml2 (experts only)
zlib=no
new_zlib=no
new_xml2=yes
new_pcre=no
new_suphp=no
old_apr_util=no
#Custombuild options
custombuild=2.0
autover=no
bold=yes
clean=yes
cleanapache=no
clean_old_tarballs=yes
clean_old_webapps=yes
downloadserver=files6.directadmin.com
#Cron settings
cron=no
cron_frequency=daily
[email protected]
notifications=yes
da_autoupdate=no
updates=no
webapps_updates=yes
#Cloudlinux settings
cloudlinux=no
cagefs=no
harden_symlinks_patch=yes
x_mail_header=yes
pureftpd_uploadscan=no
proftpd_uploadscan=no
clamav_exim=yes
apache_mpm=auto
opcache=no
suhosin=no
suhosin_php_uploadscan=no
mysql_force_compile=no
php2_release=no
php2_mode=php-fpm
modsecurity=no
modsecurity_ruleset=comodo
dovecot_conf=yes
eximconf_release=2.1
blockcracking=no
easy_spam_fighter=no
webapps_inbox_prefix=yes
modsecurity_uploadscan=no
litespeed_serialno=trial
mariadb=10.0
sa_update=no
Could anyone give me advice to run two PHP, the php5.3 should run mod_ruid2.
Last edited: