]> git.pld-linux.org Git - packages/apache.git/blame - apache-mod_info.conf
- new apache 2.2 configs
[packages/apache.git] / apache-mod_info.conf
CommitLineData
1fee6743 1# $Id$
60c726e0 2LoadModule info_module modules/mod_info.so
227dba4a 3
b0bdceac
ER
4# Get information about the requests being processed by the server
5# and the configuration of the server.
6#
7# Required modules: mod_info (for the server-info handler)
8
227dba4a 9<IfModule mod_info.c>
8b1427f5
AM
10#
11# Allow remote server configuration reports, with the URL of
12# http://servername/server-info (requires that mod_info.c be loaded).
b0bdceac 13# Change the ".example.com" to match your domain to enable.
8b1427f5
AM
14#
15<Location /server-info>
16 SetHandler server-info
17 Order deny,allow
18 Deny from all
ae537f97 19 Allow from 127.0.0.1
8b1427f5 20</Location>
227dba4a
MM
21
22</IfModule>
1fee6743 23# vim: filetype=apache ts=4 sw=4 et
This page took 0.034256 seconds and 4 git commands to generate.