After installing php5-fpm it was not working, To resolved I disabled mpm_prefork and mpm_event. This resolved the problem a2dismod mpm_prefork a2enmod mpm_prefork
This is globally controlled by apache, or locally controlled by your .htaccess file (which basically changes the local apache configurations on local […]