]> git.pld-linux.org Git - packages/apache.git/blob - apache-mod_info.conf
- rel 3
[packages/apache.git] / apache-mod_info.conf
1 # $Id$
2 LoadModule info_module          modules/mod_info.so
3
4 <IfModule mod_info.c>
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>
16
17 </IfModule>
18 # vim: filetype=apache ts=4 sw=4 et
This page took 0.045727 seconds and 3 git commands to generate.