Hi,
got a clean setup of OpenXchange 2.20.1 Rev0 (2011-12-05 21:42:36). I tried to install Cal-/CardDAV for synchronization and ended up with this error messages:
and an error 403 in browser.
Accessing https://dav.ox6.mydomain.tld/servlet/dav and entering my account data, I receive a 0b file called "dav".
My apache config looks like this:
Any solution?
Regards,
Stefan
got a clean setup of OpenXchange 2.20.1 Rev0 (2011-12-05 21:42:36). I tried to install Cal-/CardDAV for synchronization and ended up with this error messages:
Code:
[date] [error] [client ...] client denied by server configuration: proxy:ajp://localhost:8009/servlet/dav/ [date] [error] [client ...] client denied by server configuration: proxy:ajp://localhost:8009/servlet/dav/.well-known/caldav [date] [error] [client ...] client denied by server configuration: proxy:ajp://localhost:8009/servlet/dav/ [date] [error] [client ...] client denied by server configuration: proxy:ajp://localhost:8009/servlet/dav/calendar/dav/stefan/user/ [date] [error] [client ...] client denied by server configuration: proxy:ajp://localhost:8009/servlet/dav/principals/users/stefan/ [date] [error] [client ...] client denied by server configuration: proxy:ajp://localhost:8009/servlet/dav/principals/
Accessing https://dav.ox6.mydomain.tld/servlet/dav and entering my account data, I receive a 0b file called "dav".
My apache config looks like this:
Code:
<IfModule mod_ssl.c> <VirtualHost my.ser.ver.ip:443> ServerName dav.ox6.mydomain.tld ErrorLog /var/log/open-xchange/dav.err.log TransferLog /var/log/open-xchange/dav.access.log <Proxy /> Order allow,deny Allow from all </Proxy> ProxyPass / ajp://localhost:8009/servlet/dav/ smax=0 ttl=60 retry=5 </VirtualHost> [ox6 config ...] </IfModule>
Regards,
Stefan
Comment