]> git.pld-linux.org Git - packages/apache1.git/blob - apache1-mod_info.conf
rel 15; builds
[packages/apache1.git] / apache1-mod_info.conf
1 # $Id$
2 LoadModule 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.
8 <Location /server-info>
9         SetHandler server-info
10         Order deny,allow
11         Deny from all
12         Allow from 127.0.0.1
13 </Location>
14 </IfModule>
This page took 0.021402 seconds and 3 git commands to generate.