No PHP after update to UCS 4.3

Just finished upgrading to UCS 4.3. I was excited because it says it’s disabled PHP 5 in favor of PHP 7. However when accessing a page on an extra site I have setup it shows the raw PHP source and it isn’t parsing the PHP code. I can find no references to the PHP7 module anywhere on the system to enable it. What’s going on? Has php7 been compiled in with the apache2 code?

Moin,

please check if libapache2-mod-php7.0 is installed (with dpkg or by checking if /etc/apache2/mods-available/php7.0.* exist). Probably you only have to enable the module: a2enmod php7.0

Using apt to install php7 was apparently the thing to do. Thanks.

Mastodon