Hello, I add this vhost on the end from the httpd.conf but nothing worked. what should I do? And why I get the error messege? I don't know what should I do, please help me!

------ orginal Nachricht ------
From: "Francis Lachapelle" <flachape...@inverse.ca>
To: "SOGo List" <users@sogo.nu>
Sent: 20.10.2010 15:13:47
Subject: Re: [SOGo] SOGo with apple CardDAV
On Oct 20, 2010, at 3:58 AM, Imo Graf wrote:



I use the newest version of SOGo 1.3.3. All works but my Apple CardDAV don't 
work. I use CentOS 5.5.

I added this entry in my /etc/httpd/conf/httpd.conf for the prot 8800:

<VirtualHost *:8800>
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" "8800"
RequestHeader set "x-webobjects-server-name" "MYHOSTNAME:8800"
RequestHeader set "x-webobjects-server-url" "http://MYHOSTNAME:8800";
RequestHeader set "x-webobjects-server-protocol" "HTTP/1.0"
RequestHeader set "x-webobjects-remote-host" "127.0.0.1"
AddDefaultCharset UTF-8
</Proxy>
ErrorLog /var/log/httpd/ab-error.log
CustomLog /var/log/httpd/ab-access.log combined
</VirtualHost>



Does Apache listen on port 8800? Make sure you have such directive in your 
configuration :

Listen *:8800


Francis

--
flachape...@inverse.ca :: +1.514.755.3640 :: http://www.inverse.ca
Inverse :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

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




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

Reply via email to