Enable extended status in apache for munin. this is commented for now.
authorAndy Witter <awitter@georgialibraries.org>
Wed, 23 Oct 2013 18:13:40 +0000 (14:13 -0400)
committerAndy Witter <awitter@georgialibraries.org>
Wed, 23 Oct 2013 18:13:40 +0000 (14:13 -0400)
templates/setup-head.sh

index b4df996..1dee5ca 100755 (executable)
@@ -171,6 +171,9 @@ if [ -e /etc/apache2/sites-enabled/000-default ]
 fi
 sed -i 's^NameVirtualHost^#NameVirtualHost^g' /etc/apache2/ports.conf
 
+#Enable extended status in Apache2 for Munin.
+#sed -i '/<Location/i \\nExtendStatus On\n' /etc/apache2/mods-available/status.conf
+
 ### moved to setup-functions.
 # GenSSL() { ### Generate SSL cert.
 # mkdir -p /etc/apache2/ssl