Last active
August 29, 2015 14:11
-
-
Save px-amaac/527dddb4b036c91c16fc to your computer and use it in GitHub Desktop.
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
| passenger-config was invoked through the following Ruby interpreter: | |
| Command: /usr/bin/ruby1.9.1 | |
| Version: ruby 1.9.3p484 (2013-11-22 revision 43786) [x86_64-linux] | |
| To use in Apache: PassengerRuby /usr/bin/ruby1.9.1 | |
| To use in Nginx : passenger_ruby /usr/bin/ruby1.9.1 | |
| To use with Standalone: /usr/bin/ruby1.9.1 /var/lib/gems/1.9.1/gems/passenger-5.0.0.beta1/bin/passenger start | |
| The following Ruby interpreter was found first in $PATH: | |
| Command: /home/webadmin/.rbenv/shims/ruby | |
| Version: ruby 2.1.5p273 (2014-11-13 revision 48405) [x86_64-linux] | |
| To use in Apache: PassengerRuby /home/webadmin/.rbenv/shims/ruby | |
| To use in Nginx : passenger_ruby /home/webadmin/.rbenv/shims/ruby | |
| To use with Standalone: /home/webadmin/.rbenv/shims/ruby /var/lib/gems/1.9.1/gems/passenger-5.0.0.beta1/bin/passenger start |
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 /var/lib/gems/1.9.1/gems/passenger-5.0.0.beta1/buildout/apache2/mod_passenger.so | |
| <IfModule mod_passenger.c> | |
| PassengerRoot /var/lib/gems/1.9.1/gems/passenger-5.0.0.beta1 | |
| PassengerDefaultRuby /usr/bin/ruby1.9.1 | |
| </IfModule> |
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
| $ ruby -v | |
| ruby 2.1.5p273 (2014-11-13 revision 48405) [x86_64-linux] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment