]> git.pld-linux.org Git - packages/apache.git/blame - apache-mod_info.conf
- /home/httpd -> /home/services/httpd
[packages/apache.git] / apache-mod_info.conf
CommitLineData
227dba4a
MM
1LoadModule info_module lib/apache/mod_info.so
2
3<IfModule mod_info.c>
8b1427f5
AM
4#
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 ".your-domain.com" 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>
227dba4a
MM
15
16</IfModule>
This page took 0.033767 seconds and 4 git commands to generate.