PROPFIND not

James B. Byrne byrnejb at harte-lyne.ca
Mon Feb 12 21:08:34 UTC 2018


I am having problems getting a new webdav service set up.

cadaver https://webdav.hamilton.harte-lyne.ca/
Authentication required for ca.harte-lyne on server
`webdav.hamilton.harte-lyne.ca':
Username:
Password:
Could not access / (not WebDAV-enabled?):
405 Method Not Allowed
Connection to `webdav.hamilton.harte-lyne.ca' closed.


This is logged with debug:
[12/Feb/2018:15:32:06 -0500] "PROPFIND / HTTP/1.1" 405 236

So I am guessing that the missing method is PROPFIND.  However, I
cannot see where this is supposed to be enabled.  The document root
for the webdav share is this:

  DocumentRoot  /usr/local/www/apache24/data/hll_dav/upload

  <Directory />
    Require all denied
  </Directory>

  <Directory /usr/local/www/apache24/data/hll_dav/upload>
    Dav On

    AuthType              Basic
    AuthBasicProvider     file
    AuthUserFile          /usr/local/etc/apache24/access.d/.htpasswd
    AuthName              ca.harte-lyne
    AuthGroupFile         /usr/local/www/apache24/data/hll_dav/htgroup

    Require all denied
    Require group staff
. . .
    AddDefaultCharset UTF-8
    DAVMinTimeout 120
    DAVDepthInfinity Off
    LimitXMLRequestBody 96000000
</Directory>

So, what am I missing here?

-- 
***          e-Mail is NOT a SECURE channel          ***
        Do NOT transmit sensitive data via e-Mail
 Do NOT open attachments nor follow links sent by e-Mail

James B. Byrne                mailto:ByrneJB at Harte-Lyne.ca
Harte & Lyne Limited          http://www.harte-lyne.ca
9 Brockley Drive              vox: +1 905 561 1241
Hamilton, Ontario             fax: +1 905 561 0757
Canada  L8E 3C3



More information about the freebsd-questions mailing list