From 89a5e0d72c620dc7313607c3686e12e6038a0bc2 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 9 Dec 2009 21:32:44 +0000 Subject: [PATCH] Adjust access rights in Apache configuration file for Debian. Monotone-Parent: 5f1640d17dbc95901d131c16f8d4499aa044594c Monotone-Revision: db370b54d1c04790d487307a6c2427a914aae37b Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-12-09T21:32:44 Monotone-Branch: ca.inverse.sogo --- Apache/SOGo-debian.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Apache/SOGo-debian.conf b/Apache/SOGo-debian.conf index 02e30d996..0e1b284fb 100644 --- a/Apache/SOGo-debian.conf +++ b/Apache/SOGo-debian.conf @@ -5,6 +5,12 @@ Alias /SOGo/WebServerResources/ \ AliasMatch /SOGo/so/ControlPanel/Products/(.*)/Resources/(.*) \ /usr/lib/GNUstep/SOGo/$1.SOGo/Resources/$2 + + AllowOverride None + Order deny,allow + Allow from all + + SetHandler default-handler