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 + +