Skip to content

Instantly share code, notes, and snippets.

@jessenaiman
Created June 3, 2013 19:00
Show Gist options
  • Save jessenaiman/5700438 to your computer and use it in GitHub Desktop.
Save jessenaiman/5700438 to your computer and use it in GitHub Desktop.
LoadModule passenger_module /usr/local/rvm/gems/ruby-2.0.0-p195/gems/passenger-4.0.5/libout/apache2/mod_passenger.so
PassengerRoot /usr/local/rvm/gems/ruby-2.0.0-p195/gems/passenger-4.0.5
PassengerDefaultRuby /usr/local/rvm/wrappers/ruby-2.0.0-p195/ruby
PassengerDefaultUser root
<VirtualHost *:80>
ServerName office.dev.liberalonline.ca
ServerAlias office.dev.liberalonline.ca
DocumentRoot /home/service201/webapps/office.myliberal/public
# PassengerSpawnMethod conservative
# PassengerHighPerformance on
<Directory /home/service201/webapps/office.myliberal/public>
Options FollowSymLinks
AllowOverride None
Order Allow,Deny
Allow from all
# AddHandler server-parsed .html
# Options Indexes FollowSymLinks Includes
</Directory>
RailsEnv production
RailsBaseURI /
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment