apache-config-devel/mods-available/info.conf
Sven Velt f0ba0f2d60 Add status/info support and authz_host
- mod_info + .conf
- mod_status + .conf
- mod_authz_host
2016-10-28 12:02:29 +02:00

11 lines
182 B
ApacheConf

# 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