# Depends: authz_host
<IfModule mod_info.c>
	<Location /server-info>
		SetHandler server-info
		Require local
	</Location>

</IfModule>

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