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
This commit is contained in:
Ludovic Marcotte
2009-01-22 15:25:20 +00:00
parent 2f3b49f250
commit 5de69f72a2
7 changed files with 25 additions and 9 deletions
+10 -4
View File
@@ -28,8 +28,14 @@ Alias /SOGO.woa/WebServerResources/ \
AliasMatch /SOGo/so/ControlPanel/Products/(.*)/Resources/(.*) \
/usr/GNUstep/System/Library/SOGo-0.9/$1.SOGo/Resources/$2
<LocationMatch "^/SOGo*">
SetHandler ngobjweb-adaptor
SetAppPort 20000
</LocationMatch>
<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
+11
View File
@@ -1,3 +1,14 @@
2009-01-22 Ludovic Marcotte <lmarcotte@inverse.ca>
* Updated the Apache section in the installation
and configuration guide
* Apache/SOGo.conf
Updated to use mod_proxy and mod_proxy_balancer
instead of mod_ngobjweb. We now also distribute
requests across three sogod processes.
* sogo.spec
Removed mod_ngobjweb from the build dependancies
2009-01-21 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/Appointments/SOGoAppointmentFolder.m
Binary file not shown.
+2 -2
View File
@@ -2,7 +2,7 @@
# SOGo init script for Debian GNU/Linux
#
# Copyright (C) 2007 Inverse inc.
# Copyright (C) 2007-2009 Inverse inc.
#
# Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
# Ludovic Marcotte <ludovic@inverse.ca>
@@ -23,7 +23,7 @@
# Boston, MA 02111-1307, USA.
# specify more if you are using a load-balancer
PREFORK=1
PREFORK=3
SOGO_ARGS=""
+1 -1
View File
@@ -8,7 +8,7 @@
# SOGo init script for RedHat
#
# Copyright (C) 2007-2008 Inverse inc.
# Copyright (C) 2007-2009 Inverse inc.
#
# Authors: Wolfgang Sourdeau <wsourdeau@inverse.ca>
# Francis Lachapelle <flachapelle@inverse.ca>
@@ -150,7 +150,6 @@
return error;
}
#warning THIS CAUSES LIGHTNING TO FAIL (that is why its commented out)
- (NSArray *) davComplianceClassesInContext: (id)_ctx
{
NSMutableArray *classes;
+1 -1
View File
@@ -10,7 +10,7 @@ Group: Productivity/Groupware
Source: SOGo-%{sogo_version}.tar.gz
Prefix: %{sogo_prefix}
AutoReqProv: off
Requires: gnustep-base sope%{sope_major_version}%{sope_minor_version}-core httpd mod_ngobjweb sope%{sope_major_version}%{sope_minor_version}-core sope%{sope_major_version}%{sope_minor_version}-appserver sope%{sope_major_version}%{sope_minor_version}-ldap sope%{sope_major_version}%{sope_minor_version}-cards sope%{sope_major_version}%{sope_minor_version}-gdl1-contentstore
Requires: gnustep-base sope%{sope_major_version}%{sope_minor_version}-core httpd sope%{sope_major_version}%{sope_minor_version}-core sope%{sope_major_version}%{sope_minor_version}-appserver sope%{sope_major_version}%{sope_minor_version}-ldap sope%{sope_major_version}%{sope_minor_version}-cards sope%{sope_major_version}%{sope_minor_version}-gdl1-contentstore
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
BuildPreReq: gcc-objc gnustep-base gnustep-make sope%{sope_major_version}%{sope_minor_version}-appserver-devel sope%{sope_major_version}%{sope_minor_version}-core-devel sope%{sope_major_version}%{sope_minor_version}-ldap-devel sope%{sope_major_version}%{sope_minor_version}-mime-devel sope%{sope_major_version}%{sope_minor_version}-xml-devel sope%{sope_major_version}%{sope_minor_version}-gdl1-devel
%description