update PHP5.5 to PHP7.2 on Debian & DirectAdmin with CustomBuild 2.0
step 1 : https://www.taxze.com/how-to-upgrade-php-with-directadmin/ step 2 : install openssl first https://www.taxze.com/update-openssl-debian-directa..
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 NOT vulnerable
– OpenSSL 1.0.0 branch is NOT vulnerable
– OpenSSL 0.9.8 branch is NOT vulnerable
Bug was introduced to OpenSSL in December 2011 and has been out in the wild since OpenSSL release 1.0.1 on 14th of March 2012. OpenSSL 1.0.1g released on 7th of April 2014 fixes the bug.
https://heartbleed.com
openssl version
OpenSSL 0.9.8c 05 Sep 2006
cd /usr/src
wget https://www.openssl.org/source/openssl-1.1.1q.tar.gz
#wget ftp://ftp.openssl.org/source/openssl-1.1.1q.tar.gz
tar -xvzf openssl-1.1.1q.tar.gz
cd openssl-1.1.1q
./config --prefix=/usr no-threads shared
make
make test
make install
openssl version
OpenSSL 1.1.1q 5 Jul 2022
#for DirectAdmin
cd /usr/local/direcctadmin/custombuild
./build clean
./build update
./build apache
./build php d
./build exim
./build dovecot
./build rewrite_confs
May 2, 2019
Blog | #Command #Debian #DirectAdmin #Security
step 1 : https://www.taxze.com/how-to-upgrade-php-with-directadmin/ step 2 : install openssl first https://www.taxze.com/update-openssl-debian-directa..
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/..
How to set time log proftp same Server (OS: Debian + CP: DirectAdmin) 1. edit proftpd.conf vim /etc/proftpd.conf 2. edit to config TimesGMT off SetEnv..
#1. Get Xcache 1.3.2 (lated Release : xcache.lighttpd.net/pub/Releases) cd /tmp wget http://xcache.lighttpd.net/pub/Releases/1.3.2/xcache-1.3.2.tar.gz..
#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..