blob: 2cd32c477e898498be52d095cdba743fecb16156 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
<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
|