Hi,

> No. iOS (or OS X) will look for CardDAV addressbook on port 8800 or 8843
> (SSL).
> 
> Setup SOGo.conf file to listen on one of those two ports and configure
> it as shown on page 38 of the manual.

thanks. Unfortunately both ports are already gone (bound to a server of
a different company). So I would like to use port 8844, but Apache tells
me that the Proxy block is already configured. I am not too experienced
with Apache, so yet I don't know, if I can merge the proxy definitions
from the default /etc/apache2/conf.d/SOGo.conf with the one in the
VirtualHost.

/etc/apache2/conf.d/SOGo.conf:

<Proxy http://127.0.0.1:20000/SOGo>
  RequestHeader set "x-webobjects-server-port" "443"
  RequestHeader set "x-webobjects-server-name" "foo.domain.tld"
  RequestHeader set "x-webobjects-server-url" "https://foo.domain.tld";
  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>

And the one from page 38:

<Proxy http://127.0.0.1:20000>
  RequestHeader set "x-webobjects-server-port" "8844"
  RequestHeader set "x-webobjects-server-name" "foo.domain.tld:8844"
  RequestHeader set "x-webobjects-server-url" "https://foo.domain.tld:8844";
  RequestHeader set "x-webobjects-server-protocol" "HTTP/1.0"
  RequestHeader set "x-webobjects-remote-host" "127.0.0.1"
  AddDefaultCharset UTF-8
</Proxy>

I would like to add the 8844 lines to the SOGo.conf file. Would the
iPhone accept port 8844, if defining this in the carddav settings?

Thanks in advance
Christian
-- 
Roessner-Network-Solutions
Bachelor of Science Informatik
Nahrungsberg 81, 35390 Gießen
F: +49 641 5879091, M: +49 176 93118939
USt-IdNr.: DE225643613
http://www.roessner-network-solutions.com

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to