summaryrefslogtreecommitdiff
path: root/files/centos/status.conf
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-04-12 14:12:53 +0000
committermh <mh@immerda.ch>2008-04-12 14:12:53 +0000
commit8896896fa02dda115af9d8258e3980920d30c8fc (patch)
treeed87281fd75d46f40318bfa8dbf30a0ffe520cb4 /files/centos/status.conf
parent5983d4bcec778a6030b268eebe1e5fc83689dda7 (diff)
extending apache to centos usage, vhost and crypto stuff on immer8 and class to enable server-status for munin-plugins, where not yet done
Diffstat (limited to 'files/centos/status.conf')
-rw-r--r--files/centos/status.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/files/centos/status.conf b/files/centos/status.conf
new file mode 100644
index 0000000..606fe37
--- /dev/null
+++ b/files/centos/status.conf
@@ -0,0 +1,20 @@
+###########################################################
+### this file is managed by PUPPET ####
+### only modify it in puppet repo or you will ####
+### loose the changes ! ####
+###########################################################
+
+# Allow server status reports generated by mod_status,
+# with the URL of http://servername/server-status
+<Location /server-status>
+ SetHandler server-status
+ Order deny,allow
+ Deny from all
+ Allow from 127.0.0.1
+</Location>
+
+# ExtendedStatus controls whether Apache will generate "full" status
+# information (ExtendedStatus On) or just basic information (ExtendedStatus
+# Off) when the "server-status" handler is called.
+ExtendedStatus On
+