Skip to content

Instantly share code, notes, and snippets.

@strongwave
Created September 28, 2011 18:39
Show Gist options
  • Save strongwave/1248820 to your computer and use it in GitHub Desktop.
Save strongwave/1248820 to your computer and use it in GitHub Desktop.
Edit /etc/httpd/conf/httpd.conf with passenger settings
LoadModule passenger_module /home/YOUR_USER_NAME/YOUR_APP_NAME/shared/bundle/ruby/1.9.1/gems/passenger-3.0.7/ext/apache2/mod_passenger.so
PassengerRoot /home/YOUR_USER_NAME/YOUR_APP_NAME/shared/bundle/ruby/1.9.1/gems/passenger-3.0.7
PassengerRuby /usr/local/bin/ruby
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment