blob: 97c65d2df24269b21c9cc363615ef6d7f483a6ca [file] [log] [blame]
Alex Bilbie6697cf02012-07-17 18:43:00 +01001<IfModule authz_core_module>
Andrey Andreev838a9d62012-12-03 14:37:47 +02002 Require all denied
Alex Bilbie6697cf02012-07-17 18:43:00 +01003</IfModule>
vlakoffd1f02a82012-07-17 21:28:49 +02004<IfModule !authz_core_module>
Andrey Andreev838a9d62012-12-03 14:37:47 +02005 Deny from all
Alex Bilbie6697cf02012-07-17 18:43:00 +01006</IfModule>