From 167b90812260d72afb13334b2d47b97cfba5915a Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 20 Jul 2007 21:03:42 +0000 Subject: [PATCH] Monotone-Parent: 50b365b436c858d85d82881c3a5e3eeff58f1c4e Monotone-Revision: ea9fd50a2234ea279644c1349ec9209fc1ae3960 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-07-20T21:03:42 Monotone-Branch: ca.inverse.sogo --- Apache/SOGo.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Apache/SOGo.conf diff --git a/Apache/SOGo.conf b/Apache/SOGo.conf new file mode 100644 index 000000000..11066ef72 --- /dev/null +++ b/Apache/SOGo.conf @@ -0,0 +1,14 @@ +Alias /sogo.woa/WebServerResources/ \ + /usr/GNUstep/System/Library/SOGo-0.9/WebServerResources/ +Alias /SOGo.woa/WebServerResources/ \ + /usr/GNUstep/System/Library/SOGo-0.9/WebServerResources/ +Alias /SOGO.woa/WebServerResources/ \ + /usr/GNUstep/System/Library/SOGo-0.9/WebServerResources/ +AliasMatch /SOGo/so/ControlPanel/Products/(.*)/Resources/(.*) \ + /usr/GNUstep/System/Library/SOGo-0.9/$1.SOGo/Resources/$2 + + + SetHandler ngobjweb-adaptor + SetAppPort 20000 + +