From 27568e715708f40859ee058e88c34fda07dd9654 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 14 Aug 2005 09:13:08 +0000 Subject: Snippet for zope 2.7 access rights. --- apache/vhosts.include.d/local-zope | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 apache/vhosts.include.d/local-zope 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 @@ + + AllowOverride None + Options ExecCGI + Order allow,deny + Allow from all + -- cgit v1.2.3