Hello, 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>
and then I get this error when I restart the httpd: Starting httpd: [Wed Oct 20 11:42:21 2010] [warn] worker http://127.0.0.1:20000/SOGo/dav/ already used by another worker In my /etc/httpd/conf.d/SOGo.conf I changed this entries like this: RequestHeader set "x-webobjects-server-port" "80"
  RequestHeader set "x-webobjects-server-name" "MYHOSTNAME"
  RequestHeader set "x-webobjects-server-url" "http://MYHOSTNAME";
And I also get everytime this messege when I restart SOGo. <0x0x90c28b8[SOGoStartupLogger]> Please configure the use of the x-webobjects-XXX headers with your webserver (see sample files). Can somebody help me to get it work? Thank you very much. Imo Graf
--
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to