From 1f0e60eceb85acab3154dfd2df19eee1ce14d359 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 25 Nov 2024 12:25:55 +0000 Subject: automatic import of cacti --- cacti-httpd.conf | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 cacti-httpd.conf (limited to 'cacti-httpd.conf') diff --git a/cacti-httpd.conf b/cacti-httpd.conf new file mode 100644 index 0000000..c687845 --- /dev/null +++ b/cacti-httpd.conf @@ -0,0 +1,57 @@ +# +# Cacti: An rrd based graphing tool +# + +# For security reasons, the Cacti web interface is accessible only to +# localhost in the default configuration. If you want to allow other clients +# to access your Cacti installation, change the httpd ACLs below. +# For example: +# On httpd 2.4, change "Require host localhost" to "Require all granted". +# On httpd 2.2, change "Allow from localhost" to "Allow from all". + +Alias /cacti /usr/share/cacti + + + + # httpd 2.4 + Require host localhost + + + # httpd 2.2 + Order deny,allow + Deny from all + Allow from localhost + + + + + # 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 + + + +# These sections marked "Require all denied" (or "Deny from all") +# should not be modified. +# These are in place in order to harden Cacti. + + + Require all denied + + + Order deny,allow + Deny from all + + + + + Require all denied + + + Order deny,allow + Deny from all + + -- cgit v1.2.3