Hi hoping somone can advise.
My server hhd went down after 5yrs and the datacentre have added new hhd with clean installs DA centos7 Custombuild 2.0
in options.conf settings are now
I need php5.3 with mod_ruid2 for an old account changing options.conf to this be ok
Not sure of php2_mode=php-fpm works ok with mod_ruid2=yes ?
Is it ok to have a jump in php versions php1_release=5.6 php2_release=5.3
my options.conf would there be any other setting i would need to change??
--------------------------------
would this be correct for the update
thanks for anyhelp...
My server hhd went down after 5yrs and the datacentre have added new hhd with clean installs DA centos7 Custombuild 2.0
in options.conf settings are now
PHP:
#PHP Settings
php1_release=5.6
php1_mode=mod_php
php2_release=no
php2_mode=php-fpm
mod_ruid2=yes
I need php5.3 with mod_ruid2 for an old account changing options.conf to this be ok
PHP:
#PHP Settings
php1_release=5.6
php1_mode=mod_php
php2_release=5.3
php2_mode=php-fpm
Not sure of php2_mode=php-fpm works ok with mod_ruid2=yes ?
Is it ok to have a jump in php versions php1_release=5.6 php2_release=5.3
my options.conf would there be any other setting i would need to change??
PHP:
#PHP Settings
php1_release=5.6
php1_mode=mod_php
php2_release=5.3
php2_mode=php-fpm
opcache=no
htscanner=no
php_ini=no
php_timezone=Europe/London
php_ini_type=production
ioncube=no
zend=no
suhosin=no
x_mail_header=yes
#MySQL Settings
mysql=5.6
mariadb=10.0
mysql_inst=no
mysql_backup=yes
mysql_backup_gzip=no
mysql_backup_dir=/usr/local/directadmin/custombuild/mysql_backups
mysql_force_compile=no
#WEB Server Settings
webserver=apache
litespeed_serialno=trial
modsecurity=no
modsecurity_ruleset=comodo
apache_ver=2.4
apache_mpm=auto
mod_ruid2=yes
userdir_access=yes
harden_symlinks_patch=yes
use_hostname_for_alias=no
redirect_host=srv1.web.com
redirect_host_https=no
#WEB Applications Settings
phpmyadmin=yes
phpmyadmin_ver=4
squirrelmail=no
roundcube=yes
webapps_inbox_prefix=no
#ClamAV-related Settings
clamav=no
clamav_exim=yes
modsecurity_uploadscan=no
proftpd_uploadscan=no
pureftpd_uploadscan=no
suhosin_php_uploadscan=no
#Mail Settings
exim=no
eximconf=no
eximconf_release=4.5
blockcracking=no
easy_spam_fighter=no
spamd=no
sa_update=daily
dovecot=yes
dovecot_conf=yes
pigeonhole=no
#FTP Settings
ftpd=pureftpd
#Statistics Settings
awstats=no
webalizer=yes
#CustomBuild Settings
custombuild=2.0
autover=no
bold=yes
clean=yes
cleanapache=yes
clean_old_tarballs=yes
clean_old_webapps=yes
downloadserver=files2.directadmin.com
#Cronjob Settings
cron=no
cron_frequency=weekly
[email protected]
notifications=yes
da_autoupdate=no
updates=no
webapps_updates=yes
#CloudLinux Settings
cloudlinux=no
cloudlinux_beta=no
cagefs=no
#Advanced Settings
autoconf=yes
automake=yes
libtool=yes
curl=no
new_pcre=no
--------------------------------
would this be correct for the update
PHP:
cd /usr/local/directadmin/custombuild
./build update
./build apache
./build php n
./build php-fpm
./build mod_php
./build mod_ruid2
./build rewrite_confs
thanks for anyhelp...