Setting up Apache on OSx Mountain Lion

A quick guide to setting up Apache in OSx Mountain Lion

I have always used XAMPP on Windows machines and it comes with an OSx version so I have usually been lazy and just used it on any OSx installs I have had to use.

Recently though I have wanted finer control over my machines and part of that is to run anything as barebones as possible, which means not having something like XAMPP in the middle.

This guide assumes you are running OSx Mountain Lion and have xCode installed, it may work on older versions of OSx and may not require xCode, but honestly I don’t have any other systems to test this on!

The guide is also only three steps step long, because with this set up Apache is already installed.

  1. Open your terminal.
  2. Type sudo apachectl start
  3. Enter in your password.

Now when you browse to http://localhost you should see an ‘It works!’ message.

To change the settings you should edit the file located at /etc/apache/httpd.conf


Recent posts View all

Ruby

Forcing a Rails database column to be not null

How you can force a table column to always have something in it with Rails

Writing Marketing

We've deleted an article's worth of unhelpful words

We've improved several pages across our site by removing words that add no value, and often detract from the article.