etc-gentoo/apache2/modules.d/._cfg0000_00_mod_info.conf

11 lines
225 B
ApacheConf

<IfDefine INFO>
# Allow remote server configuration reports, with the URL of
# http://servername/server-info
<Location /server-info>
SetHandler server-info
Require local
</Location>
</IfDefine>
# vim: ts=4 filetype=apache