Require HTTP auth to access roundcube
[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         #          Require local
10         #   </Location>
11         #</IfModule>
12
13 </IfModule>
14
15 # vim: syntax=apache ts=4 sw=4 sts=4 sr noet