]> err.no Git - scalable-opengroupware.org/commitdiff
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1114 d1b88da0-ebda-0310...
authorwolfgang <wolfgang@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Fri, 20 Jul 2007 21:03:28 +0000 (21:03 +0000)
committerwolfgang <wolfgang@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Fri, 20 Jul 2007 21:03:28 +0000 (21:03 +0000)
Apache/SOGo.conf [new file with mode: 0644]

diff --git a/Apache/SOGo.conf b/Apache/SOGo.conf
new file mode 100644 (file)
index 0000000..11066ef
--- /dev/null
@@ -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
+
+<LocationMatch "^/SOGo*">
+  SetHandler ngobjweb-adaptor
+  SetAppPort 20000
+</LocationMatch>
+