17 lines
355 B
Plaintext

<IfModule mod_proxy_balancer.c>
# Balancer manager enables dynamic update of balancer members
# (needs mod_status). Uncomment to enable.
#
#<IfModule mod_status.c>
#<Location /balancer-manager>
# SetHandler balancer-manager
# Order deny,allow
# Deny from all
# Allow from 127.0.0.1 ::1
# Satisfy all
#</Location>
#</IfModule>
</IfModule>