release
[hcoop/zz_old/debian/hcoop-apache2-config.git] / files / conf.d / hcoop-security
CommitLineData
8cf7a468
CE
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
ba5b86e0
CE
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
8cf7a468 16</Directory>