Ramblings of Boback

Designer - Techie - Geek & Nerd

Enabling PHP in OS X Lion

Edit your

/etc/apache2/httpd.conf

and make sure the line:

LoadModule php5_module libexec/apache2/libphp5.so

exists. By default in the standard OS X config, you just need to uncomment it, then re-start Apache:

sudo apachectl restart

And you should be good to go.

Comments