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