httpd 2.4 is coming, RFC on module packaging draft

Ken Dreyer ktdreyer at ktdreyer.com
Tue Mar 27 01:54:30 UTC 2012


On Mon, Mar 26, 2012 at 6:53 PM, Dennis Jacobfeuerborn
<dennisml at conversis.de> 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>


More information about the devel mailing list