]> err.no Git - scalable-opengroupware.org/blob - SOGo.conf
removed more Anais stuff
[scalable-opengroupware.org] / SOGo.conf
1 # SOGo config
2
3 AliasMatch /SOGo/so/ControlPanel/Products/(.*)/Resources/(.*) \
4         /Users/helge/GNUstep/Library/SOGo/$1.SOGo/Contents/Resources/$2
5
6 <LocationMatch "^/SOGo*">
7 SetHandler ngobjweb-adaptor
8 SetAppPort 25000
9 </LocationMatch>
10
11 <LocationMatch "^/SOGo/so/ControlPanel/Products/.*UI/Resources/.*png">
12 SetHandler default-handler
13 </LocationMatch>
14
15 <LocationMatch "^/SOGo/so/ControlPanel/Products/.*UI/Resources/.*gif">
16 SetHandler default-handler
17 </LocationMatch>
18
19 <LocationMatch "^/SOGo/so/ControlPanel/Products/.*UI/Resources/.*css">
20 SetHandler default-handler
21 </LocationMatch>
22
23 <LocationMatch "^/SOGo/so/ControlPanel/Products/.*UI/Resources/.*js">
24 SetHandler default-handler
25 </LocationMatch>
26