ZhangHuangbin wrote:
So you're running Apache. Please enable php support in Apache and restart apache service.
a2enmod php service apache2 restart
I'm flagging this as the solution, everything worked (installed and enabled PHP 7.2, so the command was explicitly a2enmod php7.2)
Thank you Zhang!