]> git.pld-linux.org Git - packages/cacti.git/commitdiff
add (disabled) modsecurity rules from ubuntu
authorElan Ruusamäe <glen@delfi.ee>
Tue, 4 Feb 2014 08:00:54 +0000 (10:00 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 4 Feb 2014 08:00:54 +0000 (10:00 +0200)
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.084361 seconds and 4 git commands to generate.