1 <IfModule mod_status.c>
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.
8 <Location /server-status>
9 SetHandler server-status
12 Allow from localhost ip6-localhost
13 # Allow from .example.com