Mac OS X Apache PHP MySQL Configuration
Mac OS build in Apache2 for the default web server. PHP is comes with the standard build as well, but you need to enable it by editing the Apache configuration file. under this path. /etc/apache2/httpd.conf and enable the module with the following line #LoadModule php5_module libexec/apache2/libphp5.so To enable the module, you only need to un …