Permit access to /afs/hcoop.net/
[hcoop/zz_old/config/apache2.git] / conf.d / hcoop-security
1 # Permit Mapping directories from afs (it is readable by the entire
2 # world as it is)
3
4 <Directory /afs/hcoop.net/>
5 AllowOverride None
6 Order Deny,Allow
7 Allow from all
8 </Directory>