# passenger.conf showing how to configure ruby193 and ruby200 with Passenger
# and httpd24
PassengerRoot /opt/rh/passenger40/root/usr/share/passenger//phusion_passenger/locations.ini
PassengerRuby /opt/rh/ruby193/root/usr/bin/ruby
ServerName rhel6
DocumentRoot /opt/rh/httpd24/root/var/www/blog/public
AllowOverride all
Options -MultiViews
PassengerRuby /opt/rh/ruby200/root/usr/bin/ruby
ServerName rhel6ruby200
DocumentRoot /opt/rh/httpd24/root/var/www/blog2/public
AllowOverride all
Options -MultiViews