Created
July 17, 2012 17:02
-
-
Save tyrel86/3130606 to your computer and use it in GitHub Desktop.
mod rails vs
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> | |
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