From: root Date: Mon, 31 Jan 2011 21:19:03 +0000 (-0500) Subject: Permit access to /afs/hcoop.net/ X-Git-Url: https://git.hcoop.net/hcoop/zz_old/config/apache2.git/commitdiff_plain/0efd8345ff6182722e291b61d3724def4c42c6e8 Permit access to /afs/hcoop.net/ * No reason to deny access as with /; this is world readable anyway --- diff --git a/conf.d/hcoop-security b/conf.d/hcoop-security new file mode 100644 index 0000000..b63a546 --- /dev/null +++ b/conf.d/hcoop-security @@ -0,0 +1,8 @@ +# Permit Mapping directories from afs (it is readable by the entire +# world as it is) + + + AllowOverride None + Order Deny,Allow + Allow from all + \ No newline at end of file