Hello good Morning
I have proceeded to restore a backup and the restart of PHP-FPM 7.3 failed because the group indicated in the php configuration file for the domain did not exist. (this is not really the problem with this ticket)
After this, the versions of PHP configured for all servers have suddenly stopped working and only load a PHP version.
In addition, the CGI, FCGId and FPM modes in the Website options have stopped responding.
[image1]
Regardless of the mode chosen for the execution of PHP and the version chosen, it always runs with the same version of PHP.
The PHP version change is saved, but has no effect. -> [image2]
The ports configured in Apache and PHP is the same, everything seems correct -> [image3][image4]
These are the modules activated in Apache -> [image5]
And these are the PHP versions activated in Apache -> [image6]
But it always ends up running PHP version 7.3 regardless of the configured PHP mode or the saved PHP version
[image7]
Attached also capture of phpinfo -> [image8]
The problem is that the options for choosing the PHP execution mode and choosing the version of PHP to run on all domains has stopped working
I am waiting for an answer, if you need more information let me know.
Thanks a lot!
All the best,
Hi,
We suggest disabling all global PHP FPM configs, which are mentioned on the screenshot image7.png. You can easily do this by removing a correspondent symlink found in
/etc/apache2/conf-enableddirectory and restarting Apache afterwards.Perfect, that's right, disabling all global PHP FPM config has fixed the problem for me.
Now I can correctly change the PHP execution mode and versions.
I can't tell you for sure, but I suspect that an Apache update may have been behind the problem, by performing the domain restoration and having to restart the Apache server and PHP has made the error visible.
Thank you very much for the speed!