localhost doesn't execute php files after update to Maverick/Yosemite OS

南笙酒味 提交于 2019-11-30 01:41:45

Found the solution:

Have to uncomment this line in /etc/apache2/httpd.conf as well:

LoadModule php5_module libexec/apache2/libphp5.so

Don't forget to restart Apache after changes:

sudo apachectl restart

This did the trick for me:

sudo cp /etc/apache2/httpd.conf.pre-update /etc/apache2/httpd.conf

Basically restores your previous config. Not sure why this doesnt happen by default - But o well.

UPDATE: Same for the php.ini file:

sudo cp /etc/php.ini-5.2-previous /etc/php.ini
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!