Problems configure additional php versions

Discussion in 'ISPConfig 3 Priority Support' started by Benedict, Jun 30, 2022.

  1. Benedict

    Benedict New Member HowtoForge Supporter

    Hello,
    problem is that I get warnings configure PHP 7.4 (System/System/Additional PHP Versions):
    Code:
    server1.example.tld - 30.06.2022-11:29 - WARNING - Cannot verify php.ini, file not found: /etc/php/7.4/fpm/php.ini/php.ini
    The Server is a slave server in a multiserver setup. OS Debian 11. I installed the slave server using:
    Code:
    wget -O - https://get.ispconfig.org | sh -s -- --interactive --use-unbound --use-php=7.4,8.0,8.1 --use-ftp-ports=40110-40210 --no-dns --no-roundcube --no-mailman
     
  2. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    Set the php.ini folder for the additional PHP versions to
    Code:
    /etc/php/7.4/fpm/
    instead of
    Code:
    /etc/php/7.4/fpm/php.ini
     
  3. Benedict

    Benedict New Member HowtoForge Supporter

    Thank you! Copy paste faults. This works now compared with PHP8.0 and PHP8.1 snippets in the tutorial.
    Code:
    Path to the PHP FastCGI binary: php-cgi7.4
    Path to the php.ini directory: /etc/php/7.4/cgi/
    Code:
    Path to the PHP-FPM init script: php7.4-fpm
    Path to the php.ini directory: /etc/php/7.4/fpm/
    Path to the PHP-FPM pool directory: /etc/php/7.4/fpm/pool.d
     
    till likes this.

Share This Page