Skip to content

Instantly share code, notes, and snippets.

@a-bx
Created October 10, 2012 19:52
Show Gist options
  • Save a-bx/3867988 to your computer and use it in GitHub Desktop.
Save a-bx/3867988 to your computer and use it in GitHub Desktop.
Configure PhP on Mac OSX embed Web Server
  • open /private/etc/apache2/httpd.conf file and enable module

    uncomment: LoadModule php5_module libexec/apache2/libphp5.so

  • copy /private/etc/php.ini.default to /private/etc/php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment