just upgraded my systems from Debian 9 (Stretch) to Debian 10 (Buster). In the process, I've Code: apt-get remove --purge php7.0 and want to use the up-to-date Code: apt-get install php7.3 I'm having some issues getting ispConfig3 to "let go" of php7.0. I'd rather not grep through all the client website config files for the php7.0 string (clearly this is an option). Is there a simple way to tell ispConfig3 to accept the usage of the new php7.3 installation?
Slaps head! Think I have it: Code: System -> Server Config -> PHP Settings Not sure if this will update existing client websites, but I guess I'm about to find out.
excellent, Till, many thanks for that tip. As an addendum, I found a hard-coded php7.0 path which might need a revision in a future version? Code: server/plugins-available/apps_vhost_plugin.inc.php:173: || file_exists('/var/run/php/php7.0-fpm.sock')
I think it updated back to 7.0 for the apps vhost on resynch, but as I'm not using any apps. this is unimportant at this end. just FYI here.
ah, ok, but then I'm wondering what did this to my site: Code: - fastcgi_pass unix:/var/lib/php7.3-fpm/apps.sock; + fastcgi_pass unix:/var/lib/php7.0-fpm/apps.sock;
I think it was Code: System -> Server Config , this presumably updates the apps vhost from the hardecoded codebase, then?