Created
January 15, 2011 15:57
-
-
Save thegcat/780993 to your computer and use it in GitHub Desktop.
This file contains 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
<IfDefine PASSENGER> | |
LoadModule passenger_module modules/mod_passenger.so | |
PassengerRoot /usr | |
PassengerLogLevel 0 | |
PassengerRuby /usr/bin/ruby18 | |
RailsAutoDetect On | |
PassengerMaxPoolSize 20 | |
PassengerPoolIdleTime 0 | |
PassengerMaxInstancesPerApp 0 | |
PassengerUserSwitching On | |
PassengerDefaultUser apache | |
PassengerMaxRequests 3000 | |
PassengerHighPerformance on | |
RailsSpawnMethod smart | |
RailsFrameworkSpawnerIdleTime 0 | |
RailsAppSpawnerIdleTime 0 | |
PassengerUseGlobalQueue on | |
</IfDefine> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment