From c1af3ee9209686c77764debd0984d2c0ccd09bd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Thu, 11 Aug 2011 14:04:35 +0300 Subject: [PATCH] Removed balancer manager interface from puppetmaster apache config. --- puppet/templates/puppet-httpd.conf.erb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/puppet/templates/puppet-httpd.conf.erb b/puppet/templates/puppet-httpd.conf.erb index 0697ea2..c6f07c6 100644 --- a/puppet/templates/puppet-httpd.conf.erb +++ b/puppet/templates/puppet-httpd.conf.erb @@ -49,11 +49,6 @@ Listen 8140 RequestHeader set X-Client-Verify %{SSL_CLIENT_VERIFY}e # Proxy settings - - SetHandler balancer-manager - Order allow,deny - Allow from all - ProxyPass / balancer://puppetmaster:8140/ timeout=180 ProxyPassReverse / balancer://puppetmaster:8140/ ProxyPreserveHost on