summaryrefslogtreecommitdiff
path: root/files/modules.d/Gentoo/00_mod_info.conf
blob: 53fd7aea171a6672122d56b58f1106b39af369f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<IfDefine INFO>
<IfModule info_module>
# Allow remote server configuration reports, with the URL of
# http://servername/server-info
<Location /server-info>
	SetHandler server-info
	Order deny,allow
	Deny from all
	Allow from 127.0.0.1
</Location>
</IfModule>
</IfDefine>

# vim: ts=4 filetype=apache