Created
July 24, 2012 19:14
-
-
Save NobbZ/3171992 to your computer and use it in GitHub Desktop.
Passenger problem
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 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.14/ext/apache2/mod_passenger.so | |
| PassengerRoot /usr/local/rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.14 | |
| PassengerRuby /usr/local/rvm/rubies/ruby-1.9.3-p194/bin/ruby | |
| PassengerDefaultUser nobbz_de | |
| RailsEnv production |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment