Hi,

Im running sogo on a Centos6 box.
I have always had very slow sogo web interface for some reason.

Loading the e-mail windows/calendar windows takes about 15-20s.
Opening an e-mail takes about 5-20 seconds. And the same with pressing reply and so on.

In thunderbird with the sogo connectors all is almost instant.
And the system only serves around 20-25 users..

And it never seems to be under any load.

Does anyone know what might be wrong?


I will post my apache sogo config:



Alias /SOGo.woa/WebServerResources/ \
    /usr/lib64/GNUstep/SOGo/WebServerResources/
Alias /SOGo/WebServerResources/ \
    /usr/lib64/GNUstep/SOGo/WebServerResources/
AliasMatch /SOGo/so/ControlPanel/Products/(.*)/Resources/(.*) \
    /usr/lib64/GNUstep/SOGo/$1.SOGo/Resources/$2

<Directory /usr/lib64/GNUstep/SOGo/>
    AllowOverride None
    Order deny,allow
    Allow from all
</Directory>

<LocationMatch "^/SOGo/so/ControlPanel/Products/.*UI/Resources/.*\.(jpg|png|gif|css|js)">
    SetHandler default-handler
</LocationMatch>

## Uncomment the following to enable proxy-side authentication, you will then
## need to set the "SOGoTrustProxyAuthentication" SOGo user default to YES and
## adjust the "x-webobjects-remote-user" proxy header in the "Proxy" section
## below.
#<Location /SOGo>
#  AuthType XXX
#  Require valid-user
#  SetEnv proxy-nokeepalive 1
#  Allow from all
#</Location>

ProxyRequests Off
SetEnv proxy-nokeepalive 1
ProxyPreserveHost Off

# When using CAS, you should uncomment this and install cas-proxy-validate.py
# in /usr/lib64/cgi-bin to reduce server overloading
#
# ProxyPass /SOGo/casProxy http://localhost/cgi-bin/cas-proxy-validate.py
# <Proxy http://localhost/app/cas-proxy-validate.py>
#   Order deny,allow
#   Allow from your-cas-host-addr
# </Proxy>

#ProxyPass /SOGo http://127.0.0.1:20000/SOGo retry=0
ProxyPass /SOGo http://sogo.officenetwork.se:20000/SOGo retry=0

#<Proxy http://127.0.0.1:20000/SOGo>
<Proxy http://sogo.officenetwork.se:20000/SOGo>
## adjust the following to your configuration
RequestHeader set "x-webobjects-server-port" "443"
RequestHeader set "x-webobjects-server-name" "sogo.officenetwork.se"
RequestHeader set "x-webobjects-server-url" "https://sogo.officenetwork.se"

## When using proxy-side autentication, you need to uncomment and
## adjust the following line:
#  RequestHeader set "x-webobjects-remote-user" "%{REMOTE_USER}e"

    RequestHeader set "x-webobjects-server-protocol" "HTTP/1.0"
    RequestHeader set "x-webobjects-remote-host" %{REMOTE_HOST}e env=REMOTE_HOST

    AddDefaultCharset UTF-8

    Order allow,deny
    Allow from all
</Proxy>

## We use mod_rewrite to pass remote address to the SOGo proxy.
# The remote address will appear in SOGo's log files and in the X-Forward
# header of emails.
RewriteEngine On
RewriteRule ^/SOGo/(.*)$ /SOGo/$1 [env=REMOTE_HOST:%{REMOTE_ADDR},PT]

--
Office Network Delimiter

Anders Wallin
Systemutvecklare

anders.wal...@officenetwork.se

 

Direktnummer:
Växelnummer:
Fax:

0855519271
0855519200
0855519299

 

Adress:

Hemsida:

Storsätragränd 12
SE-12739 SKÄRHOLMEN
www.officenetwork.se

Reply via email to