Upstream config updates (Lucid->Precise)
[sysconfig/apache2.git] / mods-available / info.conf
1 <IfModule mod_info.c>
2 #
3 # Allow remote server configuration reports, with the URL of
4 #  http://servername/server-info (requires that mod_info.c be loaded).
5 # Uncomment and change the "192.0.2.0/24" to allow access from other hosts.
6 #
7 <Location /server-info>
8     SetHandler server-info
9     Order deny,allow
10     Deny from all
11     Allow from 127.0.0.1 ::1
12 #    Allow from 192.0.2.0/24
13 </Location>
14
15 </IfModule>
16