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
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to