Skip to content

Instantly share code, notes, and snippets.

@andrewdunndev
Created January 23, 2011 18:26
Show Gist options
  • Select an option

  • Save andrewdunndev/792301 to your computer and use it in GitHub Desktop.

Select an option

Save andrewdunndev/792301 to your computer and use it in GitHub Desktop.
passenger.conf
<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>
PassengerRoot /usr/lib/ruby/gems/1.8/gems/passenger-3.0.0
PassengerRuby /usr/bin/ruby1.8
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