]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/apache2/files/common/etc/apache2/conf.d/local-serverinfo
apache hosts load mod info and status, and serve it
[dsa-puppet.git] / modules / apache2 / files / common / etc / apache2 / conf.d / local-serverinfo
diff --git a/modules/apache2/files/common/etc/apache2/conf.d/local-serverinfo b/modules/apache2/files/common/etc/apache2/conf.d/local-serverinfo
new file mode 100644 (file)
index 0000000..cd52b7a
--- /dev/null
@@ -0,0 +1,14 @@
+##
+## 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_info.c>
+        <Location /server-info>
+                SetHandler server-info
+                order deny,allow
+                deny from all
+                allow from localhost
+        </Location>
+</IfModule>
+