etc-gentoo/apache2/modules.d/00_mod_info.conf

11 lines
225 B
Plaintext
Raw Permalink Normal View History

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