jeudi 8 octobre 2015

CalDAV PROPFIND 403 auf Linux/Plesk Server

Hallo!

Ich verwende Owncloud seit Version 6. Bisher auf meinem NAS ohne Probleme. Nun habe ich es auch auf meinem Linux Server mit Plesk, Apache 2.2 und MySQL installiert. Ich kann die Weboberfläche per SSL aufrufen. Owncloud liegt auf einer Subdomain, für die ein gültiges Zeritifikat von StartCom installiert ist. Der Sync von Kalender und Kontakte mit Thunderbird funktioniert hier allerdings nicht. Ich vermute, es gibt ein Problem mit WebDAV.

Wenn ich im Brwoser http://ift.tt/1N24y0D eingebe, erhalte ich den Prompt zu Authentifizierung und danach "This is the WebDAV interface. It can only be accessed by WebDAV clients such as the ownCloud desktop sync client.".

Ich habe cadaver auf diesem Server installiert (habe z.Z.t kein anderes Linux System). open http://ift.tt/1N24y0D fragt nach dem Zertifikat und dem Credentials, bricht dann aber mit "Could not access /owncloud/remote.php/webdav/ (not WebDAV-enabled?): 403 Forbidden" ab.

Im error.log steht:

[Thu Oct 08 07:35:36 2015] [error] [client 0.0.0.0] client denied by server configuration: /var/www/cgi-bin/cgi_wrapper/cgi_wrapper

Im access.log:

0.0.0.0 - - [08/Oct/2015:07:35:15 +0200] "OPTIONS /owncloud/remote.php/webdav/ HTTP/1.1" 401 3903 "-" "cadaver/0.23.3 neon/0.29.6"
0.0.0.0 - - [08/Oct/2015:07:35:35 +0200] "OPTIONS /owncloud/remote.php/webdav/ HTTP/1.1" 200 1126 "-" "cadaver/0.23.3 neon/0.29.6"
0.0.0.0 - - [08/Oct/2015:07:35:36 +0200] "PROPFIND /owncloud/remote.php/webdav/ HTTP/1.1" 403 570 "-" "cadaver/0.23.3 neon/0.29.6"

vhost_ssl.conf (Dav Off muss angeblich bei Owncloud gesetzt sein):

Options -Indexes +FollowSymLinks
RewriteEngine on
<Directory /var/www/vhosts/http://ift.tt/1jRffcP;
Order allow,deny
Allow from all
AllowOverride All
</Directory>
<Location /owncloud>
Dav Off
<Limit GET POST OPTIONS PROPFIND PUT DELETE MKCOL MOVE>
Order allow,deny
Allow from all
</Limit>
Satisfy Any
AuthType Basic
</Location>

Hat jemand evtl. eine Idee, wie ich die Ursache herausfinden kann?

Danke im Voraus, Titus


Aucun commentaire:

Enregistrer un commentaire