]> git.pld-linux.org Git - packages/apache.git/blob - apache-mod_info.conf
fixed a small typo
[packages/apache.git] / apache-mod_info.conf
1 #
2 # Allow remote server configuration reports, with the URL of
3 #  http://servername/server-info (requires that mod_info.c be loaded).
4 # Change the ".your-domain.com" to match your domain to enable.
5 #
6 <Location /server-info>
7     SetHandler server-info
8     Order deny,allow
9     Deny from all
10     Allow from 127.0.0.1
11 </Location>
This page took 0.037291 seconds and 3 git commands to generate.