Created
January 23, 2011 18:26
-
-
Save andrewdunndev/792301 to your computer and use it in GitHub Desktop.
passenger.conf
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
| <VirtualHost *:80> | |
| ServerAdmin root@agdunn.net | |
| ServerName projects.agdunn.net | |
| DocumentRoot /var/www/projects/public | |
| ErrorLog /var/log/apache2/redmine_error | |
| CustomLog /var/log/apache2/redmine_access combined | |
| <Directory "/var/www/projects/public"> | |
| AllowOverride all | |
| Options -MultiViews | |
| </Directory> | |
| </VirtualHost> |
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
| PassengerRoot /usr/lib/ruby/gems/1.8/gems/passenger-3.0.0 | |
| PassengerRuby /usr/bin/ruby1.8 |
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
| LoadModule passenger_module /var/lib/gems/1.8/gems/passenger-3.0.2/ext/apache2/mod_passenger.so |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment