]> git.pld-linux.org Git - packages/apache.git/blame - apache-mod_info.conf
- up to 2.4.59
[packages/apache.git] / apache-mod_info.conf
CommitLineData
408714fc 1LoadModule info_module modules/mod_info.so
227dba4a 2
b0bdceac
ER
3# Get information about the requests being processed by the server
4# and the configuration of the server.
5#
63f51c61 6# Required modules: mod_info (for the server-info handler), mod_authz_host (ACL)
b0bdceac 7
227dba4a 8<IfModule mod_info.c>
8b1427f5
AM
9#
10# Allow remote server configuration reports, with the URL of
11# http://servername/server-info (requires that mod_info.c be loaded).
b0bdceac 12# Change the ".example.com" to match your domain to enable.
8b1427f5
AM
13#
14<Location /server-info>
408714fc 15 SetHandler server-info
061ad5b2
AM
16 # Require host .example.com
17 # Require ip 127
40ca719a 18 Require local
e92e5081
JR
19 <IfModule mod_access_compat.c>
20 Order deny,allow
21 Deny from all
22 Allow from 127.0.0.1
23 </IfModule>
8b1427f5 24</Location>
227dba4a
MM
25
26</IfModule>
This page took 0.15701 seconds and 4 git commands to generate.