giving up... -----Ursprüngliche Nachricht----- Von: Martin Hofbauer [mailto:[email protected]] Gesendet: Montag, 22. August 2011 14:31 An: [email protected] Betreff: AW: [SOGo] MacOS X 10.7 Lion Addressbook and CardDAV
Sorry for my confusing last statement (copy/paste to MS Outlook ... ) here again: (4 lines ) ProxyPass /principals http://127.0.0.1:20000/SOGo/dav/ interpolate ProxyPass /SOGo/dav/ http://127.0.0.1:20000/SOGo/dav/ interpolate ProxyPass / http://127.0.0.1:20000/SOGo/dav/ interpolate ProxyPass /SOGo http://127.0.0.1:20000/SOGo retry=0 Martin -----Ursprüngliche Nachricht----- Von: Martin Hofbauer [mailto:[email protected]] Gesendet: Montag, 22. August 2011 10:43 An: [email protected] Betreff: AW: [SOGo] MacOS X 10.7 Lion Addressbook and CardDAV I managed to get Addressbook from Lion running with Sogo 1.3.8b by modifying/adding some "ProxyPass" statements in the apache config: ProxyPass /principals http://127.0.0.1:20000/SOGo/dav/ interpolate ProxyPass /SOGo/dav/ http://127.0.0.1:20000/SOGo/dav/ interpolate ProxyPass / http://127.0.0.1:20000/SOGo/dav/ interpolate ProxyPass /SOGo http://127.0.0.1:20000/SOGo retry=0 <Proxy http://127.0.0.1:20000/SOGo> ## adjust the following to your configuration RequestHeader set "x-webobjects-server-port" "8843" RequestHeader set "x-webobjects-server-name" "carddav.server.com:8843" RequestHeader set "x-webobjects-server-url" "https://carddav.server.com:8843" 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> thanks Martin -- [email protected] https://inverse.ca/sogo/lists -- [email protected] https://inverse.ca/sogo/lists
