diff options
-rw-r--r-- | config/httpd.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/httpd.conf b/config/httpd.conf index bf8c3bd33..d5e86478a 100644 --- a/config/httpd.conf +++ b/config/httpd.conf @@ -32,3 +32,7 @@ RequestHeader add X-Forwarded-User %{RU}e # files for archiving. 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 +</IfModule>
\ No newline at end of file |