I just upgraded a test server from 1.3.0 to 1.3.1 and all of the formatting is gone. A quick look at the apache logs shows that the pages are not found. For some reason the SOGo is being dropped such that a typical access looks like this:

192.168.17.2 - - [20/Aug/2010:15:35:46 -0500] "GET /.woa/WebServerResources/scriptaculous.js HTTP/1.1" 404 323

instead of:

192.168.17.2 - - [20/Aug/2010:14:54:17 -0500] "GET /SOGo.woa/WebServerResources
/scriptaculous.js HTTP/1.1" 200 2862

I'm not sure why the SOGo is dropped. I haven't changed anything with the proxy settings to accommodate the iPhone as I don't quite understand that yet. It is still like this:

ProxyRequests Off
SetEnv proxy-nokeepalive 1
ProxyPreserveHost On
ProxyPassInterpolateEnv On
ProxyPass /SOGo http://127.0.0.1:20000/SOGo interpolate
SSLProxyEngine On

<Proxy http://127.0.0.1:20000/SOGo>
  RequestHeader set "x-webobjects-server-port" "443"
  RequestHeader set "x-webobjects-server-name" "webmail.4test.net"
  RequestHeader set "x-webobjects-server-url" "https://webmail.4test.net";
RequestHeader set "x-webobjects-server-protocol" "HTTP/1.0"
  RequestHeader set "x-webobjects-remote-host" "127.0.0.1"

  AddDefaultCharset UTF-8
</Proxy>

Has something changed internally with the program such that any of these settings need to be changed?

Steve
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to