### Begin automatically installed Phusion Passenger config snippet ###
PassengerRoot @PASSENGERROOT@
PassengerRuby /usr/bin/ruby
PassengerInstanceRegistryDir /var/run/passenger-instreg
### End automatically installed Phusion Passenger config snippet ###
# Deploying a web application: an example
# Suppose you have a web application in /somewhere. Add a virtual host to
# your Apache configuration file and set its DocumentRoot to /somewhere/public:
#
#
# ServerName www.yourhost.com
# # Be sure to point to 'public'!
# DocumentRoot /somewhere/public
#
# # Relax Apache security settings
# AllowOverride all
# Require all granted
# # MultiViews must be turned off
# Options -MultiViews
#
#