Petr Gajdos changed bug 881506
What Removed Added
Flags   needinfo?(lnussel@suse.com)

Comment # 5 on bug 881506 from
Aha,

for sle12 we have

    <IfModule mod_access_compat.c>
        Order deny,allow
        Deny from all
    </IfModule>
    <IfModule !mod_access_compat.c>
        Require all denied
    </IfModule>

but it seems that these changes was not submitted to factory. So I guess steps
outlined in bug#893517 should be done for factory?

-------------------------------------------------------------------
Mon Sep  1 21:11:40 CEST 2014 - draht@suse.de

- configuration space is now dual-mode: If mod_access_compat.c is
  loaded, the Allow/Deny directives are used, and the Require
  directive if not. Along with dynamically supplying
  mod_access_compat, it allows the admin to select what she wishes
  to have: Some installers/scripts check for the apache version
  and decide to go with the Require directive upon 2.4+.
  added README-access_compat.txt explaining the choices.
  [bnc#893517]


You are receiving this mail because: