]> git.pld-linux.org Git - packages/apache1.git/blame - apache1-mod_info.conf
- split configs to configdir
[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.
8
9<Location /server-info>
10 SetHandler server-info
11 Order deny,allow
12 Deny from all
13 Allow from 127.0.0.1
14</Location>
15</IfModule>
16
17# vim: filetype=apache ts=4 sw=4 et
This page took 0.051018 seconds and 4 git commands to generate.