Displaying 1 result from an estimated 1 matches for "passengertempdir".
2014 Aug 29
0
Using puppet with Apache mod_disk_cache and passenger over SSL
...HighPerformance On
PassengerUseGlobalQueue On
# Set this to about 1.5 times the number of CPU cores in your master:
PassengerMaxPoolSize 6
# Recycle master processes after they service 1000 requests
PassengerMaxRequests 1000
# Stop processes if they sit idle for 10 minutes
PassengerPoolIdleTime 600
PassengerTempDir /var/run/passenger
# Add %D for "The time taken to serve the request, in microseconds."
LogFormat "%h %l %u %t \"%r\" %>s %b %D \"%{Referer}i\" \"%{User-Agent}i\""
puppet
Listen 8140
<VirtualHost *:8140>
SSLEngine On
# Only all...