1*70316b84SAndreas Gohr<IfModule mod_authz_core.c> 2*70316b84SAndreas Gohr Require all denied 3*70316b84SAndreas Gohr</IfModule> 4*70316b84SAndreas Gohr<IfModule !mod_authz_core.c> 5*70316b84SAndreas Gohr Order allow,deny 6*70316b84SAndreas Gohr Deny from all 7*70316b84SAndreas Gohr</IfModule> 8