php7 in CentOS7

Discussion in 'Installation/Configuration' started by Hamano, May 15, 2018.

  1. Hamano

    Hamano New Member

    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
     
  2. Brett Wilton

    Brett Wilton Member

Share This Page