aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2011-09-26 14:06:09 +0100
committerSeb Bacon <seb.bacon@gmail.com>2011-09-26 14:07:03 +0100
commitb305ab9755d209862b5dfb1cbb281fe4b2872622 (patch)
tree1c3f866a50d4de5fa11a7ec449d9bd8eb9129433
parent718f6bf393c5cfe180a3f7c41309320294292574 (diff)
Correct bad syntax in sample apache conf
-rw-r--r--config/httpd.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/httpd.conf b/config/httpd.conf
index 7389e303b..5717ae5e4 100644
--- a/config/httpd.conf
+++ b/config/httpd.conf
@@ -36,5 +36,6 @@ RewriteRule /files/(.+) http://files.whatdotheyknow.com/$1
# Set this to something like 100 if you have memory leak issues
PassengerMaxRequests 0
PassengerResolveSymlinksInDocumentRoot on
- PassengerMaxPoolSize 6 # Recommend setting this to 3 or less on servers with 512MB RAM
+ # Recommend setting this to 3 or less on servers with 512MB RAM
+ PassengerMaxPoolSize 6
</IfModule> \ No newline at end of file