On Mon, Mar 26, 2012 at 6:53 PM, Dennis Jacobfeuerborn
<[email protected]> wrote:
> I disagree. Since this is a major update that gets introduced together with
> a new Fedora version this opportunity should be used to make switches like
> these.
In principle I agree with what you're saying, but this is still going
to require changing lots of packages, and it should be properly scoped
on the httpd 2.4 feature page.
Here's what I plan to use in Cacti.
<Directory /usr/share/cacti/>
<IfVersion > 2.2>
Require host localhost
</IfVersion>
<IfVersion <= 2.2>
Order deny,allow
Deny from all
Allow from localhost
</IfVersion>
</Directory>
--
devel mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/devel