See ChangeLog

Monotone-Parent: 38e85c6b518b49dd63fa7fc5c2c1c7a57037cff8
Monotone-Revision: 3c74d621d8110f52b18ed95d4bf50e0907f79a61

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2009-03-06T19:25:56
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2009-03-06 19:25:56 +00:00
parent 7c4b912ad8
commit c4b539fd91
4 changed files with 1422 additions and 1023 deletions

View File

@@ -29,13 +29,12 @@ 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=1 max=1 timeout=10
BalancerMember http://127.0.0.1:20001 retry=1 max=1 timeout=10
BalancerMember http://127.0.0.1:20002 retry=1 max=1 timeout=10
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
ProxySet lbmethod=byrequests maxattempts=1
</Proxy>
SetEnv force-proxy-request-1.0 1
SetEnv proxy-nokeepalive 1
ProxyRequests Off
ProxyPass /SOGo balancer://sogocluster/SOGo

View File

@@ -1,3 +1,9 @@
2009-03-05 Ludovic Marcotte <lmarcotte@inverse.ca>
* Updated prototype to the latest development version
in order to fix an IE7 bug related to the DOM load event
* Improved the mod_proxy/mod_proxy_balancer configuration
2009-03-04 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/SOGoLDAPUserDefaultsBootstrap.m: new module for

View File

@@ -1439,7 +1439,7 @@ function onLoadHandler(event) {
progressImage.parentNode.removeChild(progressImage);
$(document.body).observe("contextmenu", onBodyClickContextMenu);
FastInit.addOnLoad(onFinalLoadHandler);
onFinalLoadHandler();
}
function onBodyClickContextMenu(event) {

File diff suppressed because it is too large Load Diff