Skip to main content

If browser is not serving php but on command line its executing php contents

sudo a2dismod mpm_event && sudo a2enmod mpm_prefork && sudo a2enmod php7.3


systemctl restart apache2

Comments