Seltsames Problem mit webDAV

Alles, was den Apache betrifft, kann hier besprochen werden.

Seltsames Problem mit webDAV

Postby DetoNAtor » 03. September 2006 16:03

Moin,

Folgendes Testgelände:
FreeBSD 6.1 AMD64 mit Apache 2.0.58.
Selbst die einfachste Konfiguration -->

Code: Select all
## DAV ###
<VirtualHost 192.168.0.80:80>
    DavLockDB /var/log/DavLock/DavLockDB
    DocumentRoot "/usr/data"
    <Location /daten>
        Dav On
    </Location>
</VirtualHost>


liefert den Error 405 "Method Not Allowed" beim Zugriff auf das Verzeichnis /usr/data/daten. Alle Verzeichnisse gehören www:www.
Den Zugriff habe ich mit XP und mit dem DAV-Plugin des "Total Commander" probiert. Dieses Plugin liefert als detailiertes Fehlerlog:

Code: Select all
CONNECT \server
=================
Get dir: /daten
PROPFIND /daten/ HTTP/1.1
Depth: 1
Content-Type: text/xml; charset="utf-8"
User-Agent: ezdavplugin
Host: 192.168.0.80
Content-Length: 0
Connection: Keep-Alive
Cache-Control: no-cache
******Received headers
HTTP/1.1 405 Method Not Allowed
Date: Sun, 03 Sep 2006 14:54:30 GMT
Server: Apache/2.0.58 (FreeBSD) DAV/2 mod_ssl/2.0.58 OpenSSL/0.9.7e-p1
Allow: GET,HEAD,POST,OPTIONS,TRACE
Content-Length: 232
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=iso-8
Error: 405 Method Not Allowed
Disconnected


Ich habe im Netz keine Hilfe zum 405 zusammen mit webDAV gefunden.
Hat jemand eine Idee?

Dank und Gruß,
DetoNAtor
DetoNAtor
 
Posts: 1
Joined: 03. September 2006 15:36

Return to Apache

Who is online

Users browsing this forum: No registered users and 85 guests