PHP-FPM pool file does not change in multiserver setup

Discussion in 'Installation/Configuration' started by Garnita Putri, Jan 30, 2023.

  1. Garnita Putri

    Garnita Putri New Member

    i fresh installed ISPConfig 3 on ubuntu 20 with multiple php 7.4, 8.0 and 8.1 integrated into an existing multiserver using Automated ISPConfig Installation. After installation, I configured multiple php following the tutorial below (sorry i couldn't attach the link)
    How to install PHP 5.6 and 7.0 - 8.2 with PHP-FPM and FastCGI mode for ISPConfig 3.2 with apt on Ubuntu 18.04 - 22.04

    When i changed php version to 8.0/8.1 on website domain page, php info still 7.4 (the default php).

    I realized php-fpm conf still in directory /etc/php/7.4/fpm/pool.d/. It doesn't automove to correct directory (example: etc/php/8.1/fpm/pool.d/) according to the settings I configured on System >> Additional PHP Versions >> PHP FPM Settings >> Path to the PHP-FPM pool directory

    i restared nginx and php-fpm services several times, but no effect. what should i do ?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

  3. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    If it was ispconfig autoinstaller that set up those additional php version configuration is already done, so it got messed up if you modified settings following that tutorial.
     

Share This Page