Apache and PHP on OS X Yosemite
It’s just a short instructions how to run Apache and PHP on OS X Yosemite.
PHP and Apache are already there – just need to run Apache and enable PHP. Video showing up whole process is available here:
Here you can check out exact changes.
Firsting first – we have to run Apache
sudo apachectl start
Then make some changes in httpd.conf file
sudo nano /etc/apache2/httpd.conf