Skip to content

Instantly share code, notes, and snippets.

@windhamdavid
Created May 13, 2011 15:03
Show Gist options
  • Save windhamdavid/970692 to your computer and use it in GitHub Desktop.
Save windhamdavid/970692 to your computer and use it in GitHub Desktop.
LoadModule passenger_module /usr/lib/ruby/gems/1.8/gems/passenger-3.0.7/ext/apache2/mod_passenger.so
PassengerRoot /usr/lib/ruby/gems/1.8/gems/passenger-3.0.7
PassengerRuby /usr/bin/ruby1.8
@windhamdavid
Copy link
Author

LoadModule passenger_module /home/david/.rvm/gems/ruby-1.9.2-p180/gems/passenger-3.0.7/ext/apache2/mod_passenger.so
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment