Sha256: 917817b649788d81f89197bb2c24c38d7f38b1195053c2cd3d2d439a0207d722
Contents?: true
Size: 1003 Bytes
Versions: 34
Compression:
Stored size: 1003 Bytes
Contents
### Begin automatically installed Phusion Passenger load snippet ### LoadModule passenger_module modules/mod_passenger.so ### End automatically installed Phusion Passenger load snippet ### ### Begin automatically installed Phusion Passenger config snippet ### <IfModule mod_passenger.c> PassengerRoot @PASSENGERROOT@ PassengerRuby /usr/bin/ruby </IfModule> ### 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: # # <VirtualHost *:80> # ServerName www.yourhost.com # # Be sure to point to 'public'! # DocumentRoot /somewhere/public # <Directory /somewhere/public> # # Relax Apache security settings # AllowOverride all # # <-- MultiViews must be turned off # Options -MultiViews # </Directory> # </VirtualHost>
Version data entries
34 entries across 34 versions & 1 rubygems