2006-12-20 18:01:15 +01:00
|
|
|
#
|
|
|
|
# Allow server status reports generated by mod_status,
|
|
|
|
# with the URL of http://servername/server-status
|
|
|
|
#
|
2015-01-08 15:49:10 +01:00
|
|
|
# see http://httpd.apache.org/docs/2.4/mod/mod_status.html
|
2006-12-20 18:01:15 +01:00
|
|
|
#
|
|
|
|
<IfModule mod_status.c>
|
|
|
|
<Location /server-status>
|
|
|
|
SetHandler server-status
|
2013-11-11 15:10:25 +01:00
|
|
|
Require local
|
2006-12-20 18:01:15 +01:00
|
|
|
</Location>
|
|
|
|
</IfModule>
|
|
|
|
|