summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2005-08-14 09:13:08 +0000
committerJonas Smedegaard <dr@jones.dk>2005-08-14 09:13:08 +0000
commit27568e715708f40859ee058e88c34fda07dd9654 (patch)
treee1ac9e23f58c976cfade469275f7d85058ec7bd0
parent854ebe278dcdef4f7164173f6388b9fcf3d2abf8 (diff)
Snippet for zope 2.7 access rights.
-rw-r--r--apache/vhosts.include.d/local-zope6
1 files changed, 6 insertions, 0 deletions
diff --git a/apache/vhosts.include.d/local-zope b/apache/vhosts.include.d/local-zope
new file mode 100644
index 0000000..7249ae5
--- /dev/null
+++ b/apache/vhosts.include.d/local-zope
@@ -0,0 +1,6 @@
+<Directory /var/lib/zope2.7/cgi-bin/>
+ AllowOverride None
+ Options ExecCGI
+ Order allow,deny
+ Allow from all
+</Directory>