diff --git a/cacti-httpd.conf b/cacti-httpd.conf index d3242d4..4ef5d2c 100644 --- a/cacti-httpd.conf +++ b/cacti-httpd.conf @@ -10,14 +10,16 @@ Alias /cacti /usr/share/cacti - 2.2> + + # httpd 2.4 Require host localhost - - + + + # httpd 2.2 Order deny,allow Deny from all Allow from localhost - + @@ -30,24 +32,24 @@ Alias /cacti /usr/share/cacti -# These sections marked "Require all denied" (or "deny from all") +# These sections marked "Require all denied" (or "Deny from all") # should not be modified. # These are in place in order to harden Cacti. - 2.2> + Require all denied - - + + Order deny,allow Deny from all - + - 2.2> + Require all denied - - + + Order deny,allow Deny from all - + diff --git a/cacti.spec b/cacti.spec index 7f00274..f3e9c82 100644 --- a/cacti.spec +++ b/cacti.spec @@ -1,6 +1,6 @@ Name: cacti Version: 0.8.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An rrd based graphing tool Group: Applications/System @@ -114,6 +114,10 @@ fi %attr(0644,root,root) %{_localstatedir}/lib/%{name}/lib %changelog +* Fri Apr 06 2012 Ken Dreyer - 0.8.8-2 +- Adjust httpd ACL conditionals to test the presence of mod_authz_core + (as discussed on fedora-devel) + * Wed Apr 04 2012 Ken Dreyer - 0.8.8-1 - New upstream release (BZ #809753).