Thursday, April 25
Shadow

Tag: upgrade php version in vestacp on ubuntu

VestaCP upgrade php7.3 in Ubuntu

VestaCP upgrade php7.3 in Ubuntu

Linux
VestaCP upgrade php7.3 in Ubuntu While writing this post VestaCP is using PHP 7.2 default installed. Running Apache2 and Nginx as back-end and frontend. In this post, I'm going to show you, how to upgrade Vestacp to php7.3 in ubuntu. First, Let's start by checking the current version of PHP in VestaCP. # php -v The output will look like this. In my environment, the PHP version is 7.2. PHP 7.2.24-0ubuntu0.18.04.6 (cli) (built: May 26 2020 13:09:11) ( NTS )Copyright (c) 1997-2018 The PHP GroupZend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologieswith Zend OPcache v7.2.24-0ubuntu0.18.04.6, Copyright (c) 1999-2018, by Zend Technologies Second option to verify PHP version, Create phpinfo.php file in the root directory of the VestaCP hosted website. Now browse the site...