Hello, Server configuration : Ubuntu Server 2004 With Apache and PHP 7.2/7.4 & 8.0 Issue : I recently upgraded my PHP versions on my webserver. For an unknow reason, the core of ISPConfig on the 8080 port was linked with PHP8.0-FPM : ISPConfig is not compatible with this new version of PHP, so I want to use PHP7.4-FPM. For information, all of my websites, that have been configured in the ISPConfig interface are fully functionnal with PHP 7.2 or 7.4 FPM version. The vhost of ISPConfig is based on : /etc/apache2/sites-available/ispconfig.vhost I guess I should modify something here : <IfModule mod_fcgid.c> DocumentRoot /var/www/ispconfig/ SuexecUserGroup ispconfig ispconfig <Directory /var/www/ispconfig/> Options -Indexes +FollowSymLinks +MultiViews +ExecCGI AllowOverride AuthConfig Indexes Limit Options FileInfo <FilesMatch "\.php$"> SetHandler fcgid-script </FilesMatch> FCGIWrapper /var/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter .php Require all granted </Directory> IPCCommTimeout 7200 MaxRequestLen 15728640 </IfModule> Do you have any idea of what I have to do to "tell" to Apache to execute this Vhost with PHP7.4-FPM instead of PHP8.0-FPM ? Thank you for your help.
Might be related to this issue: https://www.howtoforge.com/communit...uexec-all-sites-running-under-www-data.86419/
Most likely the same problem as here: https://www.howtoforge.com/community/threads/php8-on-phpmyadmin.86414/ In post #17 there I have a solution, but I hope to have it resolved this weekend/next week, so keep an eye out for the solution that will actually be implemented.
Hi Till and Th0m, Thank you for your replies! I've executed this simple commands : - update-alternatives --config php ==>Then selected PHP7.4 - apt autoremove --purge php8.0-fpm to delete PHP8-FPM (I do not use it right now) My admin interface is now accessible with this version of PHP : Where can I go to follow this bug and know when a fix will be found ?
I have fixed this, it should be included in the autoinstaller tomorrow (the releases are build every night).