thanks but can you give me a full instruction ;) I get this error

Stopping httpd:                                            [  OK  ]
Starting httpd: [Wed Nov 02 17:08:20 2011] [warn] worker http://127.0.0.1:20000/SOGo/dav/ already used by another worker
Syntax error on line 1030 of /etc/httpd/conf/httpd.conf:
Invalid command 'SSLEngine', perhaps misspelled or defined by a module not included in the server configuration
                                                           [FAILED]






Am 02.11.2011 14:56, schrieb Khapare Joshi:
Here is mine !!
<virtualHost 0.0.0.0:8843 <http://0.0.0.0:8843>>
        ServerName carddav.domain.com <http://carddav.domain.com>
ServerAdmin [email protected] <mailto:[email protected]>
        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 <http://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 <[email protected] <mailto:[email protected]>> 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?--
        [email protected] <mailto:[email protected]>
        https://inverse.ca/sogo/lists

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


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

Reply via email to