summaryrefslogtreecommitdiff
path: root/apache/vhosts.include.d/local-zope
diff options
context:
space:
mode:
Diffstat (limited to 'apache/vhosts.include.d/local-zope')
-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>