]> git.pld-linux.org Git - packages/cacti.git/blobdiff - cacti-apache.conf
add (disabled) modsecurity rules from ubuntu
[packages/cacti.git] / cacti-apache.conf
index a79cf94e2f08cad8125c40d91732d6d2385433ba..1b46036ac70ebb2e6ce8fa7c0d3e15b3250a71ec 100644 (file)
@@ -1,3 +1,7 @@
+#
+# Cacti: An rrd based graphing tool
+#
+
 Alias /cacti /usr/share/cacti
 <Directory /usr/share/cacti>
        <IfModule mod_authz_core.c>
@@ -5,7 +9,17 @@ Alias /cacti /usr/share/cacti
                Require all granted
        </IfModule>
        <IfModule !mod_authz_core.c>
+               # Apache 1.3, 2.x
                Order allow,deny
                Allow from all
        </IfModule>
 </Directory>
+
+<Directory /usr/share/cacti/install>
+       # mod_security overrides.
+       # Uncomment these if you use mod_security.
+       # allow POST of application/x-www-form-urlencoded during install
+       #SecRuleRemoveById 960010
+       # permit the specification of the rrdtool paths during install
+       #SecRuleRemoveById 900011
+</Directory>
This page took 0.052717 seconds and 4 git commands to generate.