Month: February 2016

Install PHP 7 on a cPanel/WHM Server

How to install PHP 7 on a cPanel/WHM Server mkdir php7.0 cd php7.0 wget http://php.net/distributions/php-7.0.1.tar.gz tar -xvf php-7.0.1.tar.gz cd php-7.0. Run ./configure –help (to see all available options first) ./configure –enable-bcmath –enable-calendar –enable-exif –enable-ftp –enable-gd-native-ttf –enable-libxml –enable-mbstring –enable-pdo=shared –enable-sockets –enable-zip –prefix=/usr/local/php70 –with-curl=/opt/curlssl/ –with-freetype-dir=/usr –with-gd –with-gettext –with-imap=/opt/php_with_imap_client/ –with-imap-ssl=/usr –with-jpeg-dir=/usr –with-kerberos –with-libdir=lib64 –with-libxml-dir=/opt/xml2/ –with-mcrypt=/opt/libmcrypt/ –with-mysqli –with-openssl=/usr –with-openssl-dir=/usr…


Enable/Update the SPF records for all accounts on the server

Its been awhile since i’ve had time to post but I ran across this issue again and didnt have it noted previously so adding i for great justice now… To enable SPF records for all accounts on the server: Step I : Login to server as root. Step II : Change the directory to /var/cpanel/users…