diff options
author | Robin Houston <robin.houston@gmail.com> | 2011-10-18 03:00:10 +0100 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2011-10-18 03:00:10 +0100 |
commit | 48bbe41b36402a22b808ec860c1a84673b74527f (patch) | |
tree | e8efef0ec9ade6d47504b220187f7943bcb8faee | |
parent | d52c02b7ac2709abd24a6ab21a6757f6d2acac43 (diff) | |
parent | dc4cf130023fb06a37f2a5b5ea94953d43aeaf26 (diff) |
Merge branch 'wdtk' of github.com:sebbacon/alaveteli into wdtk
-rw-r--r-- | config/httpd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/httpd.conf b/config/httpd.conf index 47e7f9c72..14197d8e4 100644 --- a/config/httpd.conf +++ b/config/httpd.conf @@ -34,7 +34,7 @@ RewriteRule /files/(.+) http://files.whatdotheyknow.com/$1 <IfModule mod_passenger.c> # Set this to something like 100 if you have memory leak issues - PassengerMaxRequests 0 + PassengerMaxRequests 20 PassengerResolveSymlinksInDocumentRoot on # Recommend setting this to 3 or less on servers with 512MB RAM PassengerMaxPoolSize 6 |