Skip to content

Instantly share code, notes, and snippets.

@tyrel86
Created July 17, 2012 17:02
Show Gist options
  • Save tyrel86/3130606 to your computer and use it in GitHub Desktop.
Save tyrel86/3130606 to your computer and use it in GitHub Desktop.
mod rails vs
<VirtualHost *:80>
ServerName www.bigaviation.com
# !!! Be sure to point DocumentRoot to 'public'!
DocumentRoot /aviation/public
RailsSpawnMethod smart
PassengerPoolIdleTime 1000
RailsAppSpawnerIdleTime 0
PassengerMaxRequests 5000
PassengerMinInstances 3
<Directory /aviation/public>
# This relaxes Apache security settings.
AllowOverride all
# MultiViews must be turned off.
Options -MultiViews
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment