#1162 Protect data/log against reading (support of apache 2.4) -requires testing

SVN:trunk[4192]
This commit is contained in:
Romain Quetiez
2016-06-09 15:11:16 +00:00
parent ddfc20fb7d
commit ac2492958c
2 changed files with 26 additions and 2 deletions

View File

@@ -1 +1,13 @@
Deny from all
# Apache 2.4
<ifModule mod_authz_core.c>
Require all denied
</ifModule>
# Apache 2.2
<ifModule !mod_authz_core.c>
deny from all
Satisfy All
</ifModule>
# Apache 2.2 and 2.4
IndexIgnore *

View File

@@ -1 +1,13 @@
Deny from all
# Apache 2.4
<ifModule mod_authz_core.c>
Require all denied
</ifModule>
# Apache 2.2
<ifModule !mod_authz_core.c>
deny from all
Satisfy All
</ifModule>
# Apache 2.2 and 2.4
IndexIgnore *