Hi,

Using sogo-1.3.6-1.el5, I cannot create a new address book contacts or
calendar events using the web interface.

When hitting save on either the new contact or the new event, the result
is a generic browser connection error page, since the form is attempting
to submit to <http://127.0.0.1:20000/SOGo/[snip]> rather than the
correct address of the calendar server, i.e.
<http://collab.internal.xyz.com/[snip]>

Everything else seems to work fine.

I am using Apache as a front end on the calendar server, and have the
following proxy config:

  <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

    ProxySet lbmethod=byrequests maxattempts=1
    Order deny,allow
    allow from all

    RequestHeader set "x-webobjects-server-port" "80"
    RequestHeader set "x-webobjects-server-name" "collab.internal.xyz.com"
    RequestHeader set "x-webobjects-server-url"
"http://collab.internal.xyz.com";
    RequestHeader set "x-webobjects-remote-host" "127.0.0.1"

    AddDefaultCharset UTF-8
  </Proxy>

Any suggestions?

-- 
Michael Gratton <mich...@quuxo.com>
Quuxo Software <http://web.quuxo.com/>

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to