sogo/Apache/SOGo.conf
Wolfgang Sourdeau 3c97145c7c Monotone-Parent: ea9fd50a2234ea279644c1349ec9209fc1ae3960
Monotone-Revision: 03806ed8d8567d1f59013f435593e7994f0111e1

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-07-20T21:05:53
Monotone-Branch: ca.inverse.sogo
2007-07-20 21:05:53 +00:00

36 lines
1.1 KiB
Plaintext

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/
<LocationMatch "^/SOGo/so/ControlPanel/Products/.*UI/Resources/.*jpg">
SetHandler default-handler
</LocationMatch>
<LocationMatch "^/SOGo/so/ControlPanel/Products/.*UI/Resources/.*png">
SetHandler default-handler
</LocationMatch>
<LocationMatch "^/SOGo/so/ControlPanel/Products/.*UI/Resources/.*gif">
SetHandler default-handler
</LocationMatch>
<LocationMatch "^/SOGo/so/ControlPanel/Products/.*UI/Resources/.*css">
SetHandler default-handler
</LocationMatch>
<LocationMatch "^/SOGo/so/ControlPanel/Products/.*UI/Resources/.*js">
SetHandler default-handler
</LocationMatch>
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>