HEX
Server: Apache/2.4.54 (Debian)
System: Linux a5825d2beacc 4.15.0-197-generic #208-Ubuntu SMP Tue Nov 1 17:23:37 UTC 2022 x86_64
User: root (0)
PHP: 8.1.14
Disabled: NONE
Upload Files
File: //etc/apache2/mods-available/proxy_balancer.conf
<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
	#	   Require local
	#   </Location>
	#</IfModule>

</IfModule>

# vim: syntax=apache ts=4 sw=4 sts=4 sr noet