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
This commit is contained in:
Francis Lachapelle
2009-12-09 21:32:44 +00:00
parent e361b6615f
commit 89a5e0d72c

View File

@@ -5,6 +5,12 @@ Alias /SOGo/WebServerResources/ \
AliasMatch /SOGo/so/ControlPanel/Products/(.*)/Resources/(.*) \
/usr/lib/GNUstep/SOGo/$1.SOGo/Resources/$2
<Directory /usr/lib/GNUstep/SOGo/>
AllowOverride None
Order deny,allow
Allow from all
</Directory>
<LocationMatch "^/SOGo/so/ControlPanel/Products/.*UI/Resources/.*jpg">
SetHandler default-handler
</LocationMatch>