]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/apache2/files/common/etc/apache2/conf.d/server-status
massive style guide fixups
[dsa-puppet.git] / modules / apache2 / files / common / etc / apache2 / conf.d / server-status
diff --git a/modules/apache2/files/common/etc/apache2/conf.d/server-status b/modules/apache2/files/common/etc/apache2/conf.d/server-status
deleted file mode 100644 (file)
index 3e25f8a..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-##
-## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
-## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
-##
-
-<IfModule mod_status.c>
-    #
-    # Allow server status reports generated by mod_status,
-    # with the URL of http://servername/server-status
-    # Change the ".example.com" to match your domain to enable.
-    #
-    ExtendedStatus on
-    <Location /server-status>
-        SetHandler server-status
-        Order deny,allow
-        Deny from all
-        Allow from 127.0.0.1
-    </Location>
-</IfModule>