[PATCH] BZ811373 - Add KeepAlive on to vhost in conductor.conf

John Eckersberg jeckersb at redhat.com
Thu Apr 12 15:46:13 UTC 2012


https://bugzilla.redhat.com/show_bug.cgi?id=811373

Note that the defaults for KeepAliveTimeout[1] and
MaxKeepAliveRequests[2] are 5 seconds and 100, respectively, which
should be fine for our purposes.

[1] http://httpd.apache.org/docs/2.2/mod/core.html#maxkeepaliverequests
[2] http://httpd.apache.org/docs/2.2/mod/core.html#keepalivetimeout
---
 recipes/aeolus/files/aggregator-httpd-ssl.conf |    1 +
 recipes/aeolus/files/aggregator-httpd.conf     |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/aeolus/files/aggregator-httpd-ssl.conf b/recipes/aeolus/files/aggregator-httpd-ssl.conf
index 47f5aa0..b739317 100644
--- a/recipes/aeolus/files/aggregator-httpd-ssl.conf
+++ b/recipes/aeolus/files/aggregator-httpd-ssl.conf
@@ -5,6 +5,7 @@ NameVirtualHost *:443
   TransferLog /etc/httpd/logs/access_log
   LogLevel debug
 
+  KeepAlive On
   ProxyRequests Off
   RewriteEngine On
   SSLEngine On
diff --git a/recipes/aeolus/files/aggregator-httpd.conf b/recipes/aeolus/files/aggregator-httpd.conf
index 19c56e7..36accad 100644
--- a/recipes/aeolus/files/aggregator-httpd.conf
+++ b/recipes/aeolus/files/aggregator-httpd.conf
@@ -5,6 +5,7 @@ NameVirtualHost *:80
   TransferLog /etc/httpd/logs/access_log
   LogLevel warn
 
+  KeepAlive On
   ProxyRequests Off
   RewriteEngine On
 
-- 
1.7.7.6




More information about the aeolus-devel mailing list