proxy_balancer.conf 238 B

12345678910
  1. # Balancer manager enables dynamic update of balancer members
  2. # (needs mod_status). Uncomment to enable.
  3. #
  4. #<IfModule mod_status.c>
  5. # <Location /balancer-manager>
  6. # SetHandler balancer-manager
  7. # Require local
  8. # </Location>
  9. #</IfModule>