mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-17 07:33:57 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1439,7 +1439,7 @@ function onLoadHandler(event) {
|
||||
progressImage.parentNode.removeChild(progressImage);
|
||||
$(document.body).observe("contextmenu", onBodyClickContextMenu);
|
||||
|
||||
FastInit.addOnLoad(onFinalLoadHandler);
|
||||
onFinalLoadHandler();
|
||||
}
|
||||
|
||||
function onBodyClickContextMenu(event) {
|
||||
|
||||
2430
UI/WebServerResources/prototype.js
vendored
2430
UI/WebServerResources/prototype.js
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user