apache-config-devel/mods-available/info.conf

11 lines
182 B
Plaintext
Raw Normal View History

# 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