Add "Order" to assure that no parental "Allow" can grant access
Signed-off-by: MichaIng <micha@dietpi.com>
This commit is contained in:
parent
2411455088
commit
592eecdb7d
|
@ -3,6 +3,7 @@
|
||||||
Require all denied
|
Require all denied
|
||||||
</IfModule>
|
</IfModule>
|
||||||
<IfModule mod_access_compat.c>
|
<IfModule mod_access_compat.c>
|
||||||
|
Order Allow,Deny
|
||||||
Deny from all
|
Deny from all
|
||||||
Satisfy All
|
Satisfy All
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
@ -11,6 +12,7 @@
|
||||||
<IfModule !mod_authz_core.c>
|
<IfModule !mod_authz_core.c>
|
||||||
<IfModule !mod_access_compat.c>
|
<IfModule !mod_access_compat.c>
|
||||||
<IfModule mod_authz_host.c>
|
<IfModule mod_authz_host.c>
|
||||||
|
Order Allow,Deny
|
||||||
Deny from all
|
Deny from all
|
||||||
</IfModule>
|
</IfModule>
|
||||||
Satisfy All
|
Satisfy All
|
||||||
|
|
Loading…
Reference in New Issue