Skip to content

Instantly share code, notes, and snippets.

@thegcat
Created January 15, 2011 15:57
Show Gist options
  • Save thegcat/780993 to your computer and use it in GitHub Desktop.
Save thegcat/780993 to your computer and use it in GitHub Desktop.
<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