Skip to content

Instantly share code, notes, and snippets.

@germs12
Created August 29, 2013 17:35
Show Gist options
  • Select an option

  • Save germs12/6381052 to your computer and use it in GitHub Desktop.

Select an option

Save germs12/6381052 to your computer and use it in GitHub Desktop.
Mac OS X Enable System PHP
$ sudo subl /private/etc/apache2/httpd.conf
# Uncomment line
LoadModule php5_module libexec/apache2/libphp5.so
# Add lines
<IfModule mod_php5.c>
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
</IfModule>
# Restart PHP
sudo apachectl restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment