Upgrade to PHP7.3 has broken apache

Fixed by running:

sudo a2enmod mpm_prefork && sudo a2enmod php7.3

systemctl restart apache2

Looks like I had to enable PHP :slight_smile: