github.com/drud/ddev@v1.21.5-alpha1.0.20230226034409-94fcc4b94453/containers/ddev-webserver/ddev-webserver-base-files/etc/apache2/mods-available/proxy_balancer.conf (about) 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