Monotone-Parent: b0946b9aef94e9f1deecdb23eaa70b5e1c80f0ae

Monotone-Revision: 6bc80c8b44309025303f41de15a437823b63a030

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-04-01T13:38:46
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2009-04-01 13:38:46 +00:00
parent dfa4ca0392
commit 5600334999
3 changed files with 209 additions and 3 deletions

View File

@@ -30,8 +30,12 @@ AliasMatch /SOGo/so/ControlPanel/Products/(.*)/Resources/(.*) \
<Proxy balancer://sogocluster>
BalancerMember http://127.0.0.1:20000 retry=1 max=1 timeout=120
BalancerMember http://127.0.0.1:20001 retry=1 max=1 timeout=120
BalancerMember http://127.0.0.1:20002 retry=1 max=1 timeout=120
# If you enable those, don't forget the enable the spawning of multiple SOGo
# processes. With Redhat-based distributions, this is done by setting the
# "PREFORK" variable in /etc/sysconfig/sogo to the amount of processes as
# value.
# BalancerMember http://127.0.0.1:20001 retry=1 max=1 timeout=120
# BalancerMember http://127.0.0.1:20002 retry=1 max=1 timeout=120
ProxySet lbmethod=byrequests maxattempts=1
</Proxy>