release
[hcoop/zz_old/debian/hcoop-apache2-config.git] / files / conf.d / hcoop-security
1 # Deny access to all paths by default
2
3 <Directory />
4 AllowOverride None
5 Order Deny,Allow
6 Deny from all
7 </Directory>
8
9 # Permit Mapping directories from afs (it is readable by the entire
10 # world as it is)
11
12 <Directory /afs/hcoop.net/>
13 AllowOverride None
14 Order Deny,Allow
15 Allow from all
16 </Directory>