Removed balancer manager interface from puppetmaster apache config.

This commit is contained in:
Timo Mkinen 2011-08-11 14:04:35 +03:00
parent d675e36f29
commit c1af3ee920

View file

@ -49,11 +49,6 @@ Listen 8140
RequestHeader set X-Client-Verify %{SSL_CLIENT_VERIFY}e
# Proxy settings
<Location />
SetHandler balancer-manager
Order allow,deny
Allow from all
</Location>
ProxyPass / balancer://puppetmaster:8140/ timeout=180
ProxyPassReverse / balancer://puppetmaster:8140/
ProxyPreserveHost on