Skip to content

Instantly share code, notes, and snippets.

@timcowlishaw
Created March 8, 2009 16:02
Show Gist options
  • Save timcowlishaw/75817 to your computer and use it in GitHub Desktop.
Save timcowlishaw/75817 to your computer and use it in GitHub Desktop.
passnger.load:
#include Phusion Passenger mod_rack module
LoadModule passenger_module /usr/lib/ruby/gems/1.8/gems/passenger-2.0.6/ext/apache2/mod_passenger.so
passenger.conf:
<IfModule mod_passenger.so>
PassengerRoot /usr/lib/ruby/gems/1.8/gems/passenger-2.0.6
PassengerRuby /usr/bin/ruby1.8
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment