]> git.pld-linux.org Git - packages/apache1.git/blame_incremental - apache1-mod_info.conf
- height typo, cleanups
[packages/apache1.git] / apache1-mod_info.conf
... / ...
CommitLineData
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<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.055063 seconds and 4 git commands to generate.