Do not add mod_status location to all vhosts
[hcoop/zz_old/debian/hcoop-apache2-config.git] / files / mods-available / status.conf.hcoop
index eb435cf..3907db1 100644 (file)
@@ -1,17 +1,7 @@
 <IfModule mod_status.c>
-#
-# Allow server status reports generated by mod_status,
-# with the URL of http://servername/server-status
-# Uncomment and change the "192.0.2.0/24" to allow access from other hosts.
-#
-<Location /server-status>
-    SetHandler server-status
-    Order allow,deny
-    Allow from all
-#    Deny from all
-#    Allow from 127.0.0.1 ::1
-#    Allow from 192.0.2.0/24
-</Location>
+
+# hcoop-change: Server status is enabled in the default vhost and not
+# for all vhosts.
 
 # Keep track of extended status information for each request
 ExtendedStatus On