Ignore the password file
[sysconfig/apache2.git] / mods-available / proxy_balancer.conf
1 <IfModule mod_proxy_balancer.c>
2
3 # Balancer manager enables dynamic update of balancer members
4 # (needs mod_status). Uncomment to enable.
5 #
6 #<IfModule mod_status.c>
7 #<Location /balancer-manager>
8 #    SetHandler balancer-manager
9 #    Order deny,allow
10 #    Deny from all
11 #    Allow from 127.0.0.1 ::1
12 #    Satisfy all
13 #</Location>
14 #</IfModule>
15
16 </IfModule>