forked from pool/apache2
This commit is contained in:
15
apache2-mod_status.conf
Normal file
15
apache2-mod_status.conf
Normal file
@@ -0,0 +1,15 @@
|
||||
#
|
||||
# Allow server status reports generated by mod_status,
|
||||
# with the URL of http://servername/server-status
|
||||
#
|
||||
# see http://httpd.apache.org/docs-2.2/mod/mod_status.html
|
||||
#
|
||||
<IfModule mod_status.c>
|
||||
<Location /server-status>
|
||||
SetHandler server-status
|
||||
Order deny,allow
|
||||
Deny from all
|
||||
Allow from localhost
|
||||
</Location>
|
||||
</IfModule>
|
||||
|
Reference in New Issue
Block a user