Aleksander Machniak
2016-05-09 5b3a86da57a47a723f89d8dd64ce484002b8e4bb
commit | author | age
012555 1 # deny webserver access to this directory
585ee9 2 <ifModule mod_authz_core.c>
TB 3     Require all denied
4 </ifModule>
5 <ifModule !mod_authz_core.c>
6     Deny from all
7 </ifModule>