Php 7.3 version installation steps in Ubuntu 20.04

PHP 7.3 installations steps in Ubuntu 20.04

  PHP installations can be tricky in many situations especially when you are not having any control panels installed in the server. This document is related to the steps to install php 7.3 on a Ubuntu 20.04 server. Also here we have explained the steps to change the php version of a website when the … Read more

ntPHPselector :: Released v3.0.0 Beta

The new version of ntPHPselector is ready for Centos 6 servers. It is not compatible with Centos 7 servers. If you are using Centos 6, you can update the plugin to the latest version using the following commands.

#Removed, since new version is released Click here

cd /usr/local/src
wget -N https://nixtree.com/download/free/ntphpselector_manage_beta.sh
sh ntphpselector_manage_beta.sh update

It will install the new version ( 5.6 ) and update the other version to the latest release. So make sure to run this in screen and it take time to complete, since it reuqire to recompile/update all the php versions installed in the server.

Read more

Multiple Versions of PHP in plesk

  By default, in latest version of plesk we will have 5.4 version of php. So if you need additional php version, you can install seperatly and those additional  version will be available in fastcgi and cgi handlers. Installtion Steps for php 5.2.17 version # cd /usr/local/src # wget http://museum.php.net/php5/php-5.2.17.tar.gz # tar -zxvf php-5.2.17.tar.gz # cd … Read more