]> git.pld-linux.org Git - packages/apache1.git/blame - apache1-mod_info.conf
- rel 5
[packages/apache1.git] / apache1-mod_info.conf
CommitLineData
c6d435c1
ER
1# $Id$
2LoadModule info_module modules/mod_info.so
3
4<IfModule mod_info.c>
5# Allow remote server configuration reports, with the URL of
6# http://servername/server-info (requires that mod_info.c be loaded).
7# Change the "127.0.0.1" to match your domain to enable.
c6d435c1 8<Location /server-info>
0a771c6c
ER
9 SetHandler server-info
10 Order deny,allow
11 Deny from all
12 Allow from 127.0.0.1
c6d435c1
ER
13</Location>
14</IfModule>
This page took 0.048736 seconds and 4 git commands to generate.