SHA256
1
0
forked from pool/apache2
OBS User unknown
2006-12-20 17:01:15 +00:00
committed by Git OBS Bridge
commit 692583743f
54 changed files with 8646 additions and 0 deletions

15
apache2-mod_status.conf Normal file
View 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>