Changes of Revision 16
[-] [+] | Changed | mod_passenger.conf |
@@ -24,7 +24,7 @@ # # The default is ruby. # - PassengerRuby "/usr/bin/ruby" + PassengerRuby "/usr/bin/ruby1.9" # This option allows one to specify how much information Phusion # Passenger should write to the Apache error log file. A higher log | ||
[-] [+] | Changed | nginx_passenger.conf ^ |
@@ -19,7 +19,7 @@ # This option allows one to specify the Ruby interpreter to use. # This option may only occur once, in the http configuration block. # The default is ruby. -passenger_ruby /usr/bin/ruby; +passenger_ruby /usr/bin/ruby1.9; # passenger_spawn_method <string> # |