github.com/ddev/ddev@v1.23.2-0.20240519125000-d824ffe36ff3/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