Hello In Ispconfig 3.1, and CentOS 7. I installed php7, however the display of xxx.php still default PHP 5.6.33. How do I define php7? My manual is from : https://www.howtoforge.com/communit...have-multiple-php-versions-already-but.71847/ cd /tmp wget http://rpms.famillecollet.com/enterprise/remi-release-7.rpm rpm -ivh remi-release-7.rpm yum install php70-php-bcmath php70-php-cli php70-php-common ......... .. Path to the PHP-FPM init script: php70-php-fpm .. Path to the php.ini directory: /etc/opt/remi/php70 .. Path to the PHP-FPM pool directory: /etc/opt/remi/php70/php-fpm.d Then, in the Ispconfig environment, we can not display phpinfo(); Only a blank page is displayed. why? Hamano
We have CentOS 7.5 running on two servers in master->master mode. I used this https://www.howtoforge.com/how-to-u...p-fpm-and-fastcgi-with-ispconfig-3-centos-6.3 and have 5.6.31 and 7.1.8 running with php-fpm.