Skip to content

Instantly share code, notes, and snippets.

@windhamdavid
Created May 13, 2011 16:55
Show Gist options
  • Save windhamdavid/970880 to your computer and use it in GitHub Desktop.
Save windhamdavid/970880 to your computer and use it in GitHub Desktop.
LoadModule passenger_module /home/david/.rvm/rubies/ruby-1.9.2-p180/gems/passenger-3.0.7/ext/apache2/mod_passenger.so
<IfModule passenger_module>
PassengerRoot /home/david/.rvm/gems/ruby-1.9.2-p180/gems/passenger-3.0.7
PassengerRuby /home/david/.rvm/wrappers/ruby-1.9.2-p180/ruby
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment