Tag Archive > apache

Setting Up A Development Web Server

A project I will be starting soon will require me to have a local webserver running.  Well I don’t need a local one but it will be A LOT easier with a local webserver.  You may have seen my article on how to enable PHP5 in the version of Apache that comes with OSX.  This [...]

Continue reading

, , , ,

Easy PHP + Apache 2 on OSX

Apple’s OS X comes with apache2 by default.  They have also bundled PHP but it is not turned on by default.  The easy way to get it set up is to open up the Terminal and type cd /etc/apache2 then you can type sudo pico httpd.conf enter in the admin password and use the arrow [...]

Continue reading

,