]> git.pld-linux.org Git - packages/apache.git/blob - apache-mod_info.conf
- typos
[packages/apache.git] / apache-mod_info.conf
1 LoadModule info_module          lib/apache/mod_info.so
2
3 <IfModule mod_info.c>
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>
15
16 </IfModule>
This page took 0.033245 seconds and 3 git commands to generate.