httpd 2.4 is coming, RFC on module packaging draft

Remi Collet Fedora at FamilleCollet.com
Thu Apr 5 14:19:38 UTC 2012


Le 05/04/2012 01:42, Ken Dreyer a écrit :
>> What do you think of
>>
>>        <IfModule mod_authz_core.c>
>>                Require all denied
>>        </IfModule>
>>        <IfModule !mod_authz_core.c>
>>                deny from all
>>        </IfModule>
>>
>> mod_authz_core is only present in httpd >= 2.4
>> IfModule is part of "Core", so should be present in all case.
> 
> I like this, and I'm thinking of using it in my own package. Have you
> seen any problems so far?

As upstream, I will use this solution which have been testing on
- httpd 2.0.52 (RHEL-4)
- httpd 2.2.3 (RHEL-5)
- httpd 2.2.22 (fedora)
- httpd 2.4.1 (fedora)

And also on others distro (Debian-like)

Remi


More information about the devel mailing list