Skip to content

Instantly share code, notes, and snippets.

@aaronaddleman
Created January 9, 2015 16:13
Show Gist options
  • Save aaronaddleman/82ecbfd4faeea8427071 to your computer and use it in GitHub Desktop.
Save aaronaddleman/82ecbfd4faeea8427071 to your computer and use it in GitHub Desktop.
Instructions on how to install Passenger and host Ruby on Rails with either Virtualhost or RailsBaseURI (Apache.conf)
LoadModule passenger_module /opt/local/lib/ruby/gems/1.8/gems/passenger-2.0.6/ext/apache2/mod_passenger.so
PassengerRoot /opt/local/lib/ruby/gems/1.8/gems/passenger-2.0.6
PassengerRuby /opt/local/bin/ruby
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment