]> git.pld-linux.org Git - packages/apache.git/blame - apache-mod_info.conf
- updated to 2.0.58, removed CVE patches (already in sources)
[packages/apache.git] / apache-mod_info.conf
CommitLineData
1fee6743 1# $Id$
60c726e0 2LoadModule info_module modules/mod_info.so
227dba4a
MM
3
4<IfModule mod_info.c>
8b1427f5
AM
5#
6# Allow remote server configuration reports, with the URL of
7# http://servername/server-info (requires that mod_info.c be loaded).
8# Change the ".your-domain.com" to match your domain to enable.
9#
10<Location /server-info>
11 SetHandler server-info
12 Order deny,allow
13 Deny from all
14 Allow from 127.0.0.1
15</Location>
227dba4a
MM
16
17</IfModule>
1fee6743 18# vim: filetype=apache ts=4 sw=4 et
This page took 0.069021 seconds and 4 git commands to generate.