Apache on Debian – Upgrading to PHP8.1 – phpinfo() not showing new version and conflicts with mpm – PHP Versions
I'm trying to update my server to use PHP8.1 and I ended up disabling http/2 and also can't figure out how to re-enable it and actually get PHP8.1 to run. The first steps I did were: sudo a2dismod php7.4 sudo…