Disable mod_php option not removing php_* lines from httpd.conf

If you already clicked the button to Disable mod_php on the Dashboard, then there is no reason to apply the patch.

You need to go through Apache configs and remove all php_* directives by editing configs manually.

When this is done, try starting Apache manually by running:

systemctl start apache2

If that fails, check on status, which will show what is wrong and which config line exactly needs attention:

systemctl status apache2