Here is mine !!
<virtualHost 0.0.0.0:8843>
        ServerName carddav.domain.com
        ServerAdmin r...@carddav.domain.com
        ErrorLog /var/log/sogo/cal_card.log
        SSLEngine on
        SSLProtocol all -SSLv2
        SSLCertificateFile /etc/pki/tls/certs/server.crt
        RewriteEngine Off
        ProxyRequests Off
        SetEnv proxy-nokeepalive 1
        ProxyPreserveHost On
        ProxyPassInterpolateEnv On
        ProxyPass /principals http://127.0.0.1:20000/SOGo/dav/ interpolate
        ProxyPass /SOGo http://127.0.0.1:20000/SOGo interpolate
        ProxyPass / http://127.0.0.1:20000/SOGo/dav/ interpolate
        <Location />
                Order allow,deny
                Allow from all
        </Location>
        <Proxy http://127.0.0.1:20000>
                RequestHeader set "x-webobjects-server-port" "8443"
                RequestHeader set "x-webobjects-server-name" "
carddav.domain.com:8843"
                RequestHeader set "x-webobjects-server-url" "
https://carddav.domain.com:8843";
                RequestHeader set "x-webobjects-server-protocol" "HTTP/1.0"
                RequestHeader set "x-webobjects-remote-host" "127.0.0.1"
                AddDefaultCharset UTF-8
        </Proxy>
</VirtualHost>


Hope this helps !!

KH

On Wed, Nov 2, 2011 at 1:42 PM, Imo Graf <i...@parceval.de> wrote:

> no I'm using the vhost with 8800. can you past me you vhost entry?
>
> Am 02.11.2011 14:40, schrieb Jeff Folk:
>
>  On Nov 2, 2011, at 8:34 AM, Imo Graf wrote:
>>
>>> Now I have updated to 1.3.9 and the CalDAV works now perfektly but the
>>> CardDAV with iOS5 don't work. It is right?
>>>
>> I don't have any issues with CardDAV... Are you using SSL on port 8843?--
>> users@sogo.nu
>> https://inverse.ca/sogo/lists
>>
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists
>
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to