Yet another HTTP 500 error

SOLVED:

Since I was upgrading from php5 to php7.2 with apache2, I’d neglected to do “a2dismod php5” and “a2enmod php7.2”.

Once that was done, the webui came right up.