update OpenSSL on Debian & DirectAdmin
What versions of the OpenSSL are affected? Status of different versions: - OpenSSL 1.0.1 through 1.0.1f (inclusive) are vulnerable - OpenSSL 1.0.1g is..
step 1 : https://www.taxze.com/how-to-upgrade-php-with-directadmin/
step 2 : install openssl first https://www.taxze.com/update-openssl-debian-directadmin/
and update CustomBuild 2.0 for upgrade php5.5.xx to php7.2.xx on Debian6 & DirectAdmin
cd /usr/local/directadmin
mv custombuild custombuild_1.x
wget -O custombuild.tar.gz http://files.directadmin.com/services/custombuild/2.0/custombuild.tar.gz
tar xvzf custombuild.tar.gz
cd custombuild
./build options
./build set_fastest
./build update_script
./build update_da
./build set php1_release 7.2
./build set php1_mode mod_php
./build update
./build versions
apt-get install -y --force-yes libexpat1 libexpat1-dev libdb4.8-dev libperl-dev
./build apache
./build php n
httpd -v
php -v
reboot
cd /usr/local/directadmin/custombuild
./build rewrite_confs
./build all d
./build rewrite_confs
reboot
cd /usr/local/directadmin/custombuild
./build set opcache yes
./build set mod_ruid2 yes
./build set ioncube yes
./build mod_ruid2
./build ioncube
vim /etc/httpd/conf/extra/httpd-info.conf
<Location /server-status>
SetHandler server-status
# Require host .example.com
# Require ip 127
</Location>
ExtendedStatus On
/etc/init.d/httpd restart
reboot
May 2, 2019
Blog | #Command #Debian #DirectAdmin #PHP
What versions of the OpenSSL are affected? Status of different versions: - OpenSSL 1.0.1 through 1.0.1f (inclusive) are vulnerable - OpenSSL 1.0.1g is..
วิธีการติดตั้ง php 5.3.x ให้ใช้งานได้บน server ที่ลง 5.2.x เดิมอยู่แล้ว โดยใช้ทริคที่ว่าให้ระบบมอง php5.3 เป็น php6 โดยมีขั้นตอนตามนี้ *This trick wil..
Solutions: Change and Update Time Zone (Bangkok ICT) on CentOS/Debian or other Linux rm -f /etc/localtime ln -s /usr/share/zoneinfo/Asia/Bangkok /etc/..
#1. Install file module (PHP 5.2.x) cd /tmp/ wget http://downloads.zend.com/optimizer/3.3.9/ZendOptimizer-3.3.9-linux-glibc23-x86_64.tar.gz tar xvfz Z..
#1. Install file module cd /tmp/ wget http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz tar xvfz ioncube_loaders_lin_x8..
#1. Install library libevent cd /tmp #wget http://monkey.org/~provos/libevent-1.4.13-stable.tar.gz #tar xzvf libevent-1.4.13-stable.tar.gz #cd libev..