Created
January 15, 2015 00:35
-
-
Save cnk/f9f454ff808c03fe5907 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
## afer installing ruby 2.2.0 with ruby_build_ruby | |
## and setting | |
# default['passenger']['ruby_bin'] = '/usr/local/bin/ruby' | |
# in my cookbook's attributes/default.rb | |
[vagrant@default-centos-65 ~]$ cat /etc/httpd/mods-enabled/passenger.conf | |
PassengerRoot /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/passenger-4.0.53 | |
PassengerRuby /usr/local/bin/ruby | |
PassengerMaxPoolSize 6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment