]> git.pld-linux.org Git - packages/apache.git/blame - apache-mod_info.conf
- manually updated mod_ssl-eapi patch (there is no new mod_ssl yet)
[packages/apache.git] / apache-mod_info.conf
CommitLineData
8b1427f5
AM
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.21026 seconds and 4 git commands to generate.