Created
September 28, 2011 18:39
-
-
Save strongwave/1248820 to your computer and use it in GitHub Desktop.
Edit /etc/httpd/conf/httpd.conf with passenger settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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