pulling in entire conf directory
[eostre.git] / drupal-configs / shopserver / apache2 / 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 Require local
10 #Require ip 192.0.2.0/24
11 </Location>
12
13 </IfModule>
14
15 # vim: syntax=apache ts=4 sw=4 sts=4 sr noet