sogo/Apache/SOGo.conf
Ludovic Marcotte 5de69f72a2 See ChangeLog
Monotone-Parent: 54132d0330da7594524fccc55a8da72e25c9d592
Monotone-Revision: 678be736aa3d6fc30b2a165658aadee038c8ad11

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2009-01-22T15:25:20
Monotone-Branch: ca.inverse.sogo
2009-01-22 15:25:20 +00:00

42 lines
1.4 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
<Proxy balancer://sogocluster>
BalancerMember http://127.0.0.1:20000 retry=0 max=1 timeout=10
BalancerMember http://127.0.0.1:20001 retry=0 max=1 timeout=10
BalancerMember http://127.0.0.1:20001 retry=0 max=1 timeout=10
ProxySet lbmethod=byrequests maxattempts=1
</Proxy>
SetEnv force-proxy-request-1.0 1
SetEnv proxy-nokeepalive 1
ProxyRequests Off
ProxyPass /SOGo balancer://sogocluster/SOGo