Dear all,

I found some documention with attachements on: 
http://wiki.sogo.nu/iOS?action=recall&rev=4 (login iOS).
Is this up to date!?.
I tried to add the example virtual host to my apache config.
This broke my SOGo.conf, as SOGo is running port 443 by default!?
This is my calendarSSL.conf:

NameVirtualHost 0.0.0.0:443
<VirtualHost 0.0.0.0:443>

    CustomLog /var/log/httpd/access.log combined
    ##SSLEngine on

ProxyRequests Off
SetEnv proxy-nokeepalive 1
ProxyPreserveHost On

ProxyPassInterpolateEnv On
#for CalDAV
ProxyPass /SOGo http://127.0.0.1:20000/SOGo interpolate

<Proxy "http://127.0.0.1:20000/SOGo";>
## adjust the following to your configuration
  RequestHeader set "x-webobjects-server-port" "443"
  RequestHeader set "x-webobjects-server-name" "xxx.xxx.xxx.xxx:443"
  RequestHeader set "x-webobjects-server-url" "https://xxx.xxx.xxx.xxx:443";
  RequestHeader set "x-webobjects-server-protocol" "HTTP/1.0"
  RequestHeader set "x-webobjects-remote-host" "127.0.0.1"

  AddDefaultCharset UTF-8

  Order allow,deny
  Allow from all
</Proxy>

</VirtualHost>

Can the config of the calendar sync for iphone (caldav) be integrated in 
SOGo.conf!?
There should be a step to step documention in the SOGo documentation.

Greetings
Daniel

-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to