Installing Apache2 and Passenger on OSX Snow Leopard
Monday, March 1st, 2010I just installed Apache2 and Passenger on my MacPro to serve up an internal Twitter analytics app I built for work. Here is the step-by-step documented…
Step 1: install apache2 via MacPorts (i’m running MacPorts 1.8.2 and installed it via the dmg found on the MacPorts website)
$ sudo port install apache2
Password:
---> Computing dependencies for apache2
---> Fetching apr
~
###########################################################
# A startup item has been generated that will aid in
# starting apache2 with launchd. It is disabled
# by default. Execute the following command to start it,
# and to cause it to launch at startup:
#
# sudo launchctl load -w /Library/LaunchDaemons/org.macports.apache2.plist
###########################################################
~
---> Cleaning apache2
$




