Allow suexec cgi from anywhere in /afs/hcoop.net
[hcoop/zz_old/debian/hcoop-apache2-config.git] / files / 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>