13 lines
265 B
ApacheConf
13 lines
265 B
ApacheConf
<IfDefine INFO>
|
|
# 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>
|
|
</IfDefine>
|
|
|
|
# vim: ts=4 filetype=apache
|