Enable DAV modules
[hcoop/zz_old/config/apache2.git] / mods-available / status.conf
CommitLineData
64803503 1<IfModule mod_status.c>
2#
3# Allow server status reports generated by mod_status,
4# with the URL of http://servername/server-status
5# Uncomment and change the ".example.com" to allow
6# access from other hosts.
7#
8<Location /server-status>
9 SetHandler server-status
10 Order deny,allow
11 Deny from all
12 Allow from localhost ip6-localhost
13# Allow from .example.com
14</Location>
15
16</IfModule>