Date: Mon, 12 Feb 2018 16:08:26 -0500 From: "James B. Byrne" <byrnejb@harte-lyne.ca> To: freebsd-questions@freebsd.org Subject: PROPFIND not Message-ID: <591fb974bfecefce6bb1ae0e68d620a4.squirrel@webmail.harte-lyne.ca>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?591fb974bfecefce6bb1ae0e68d620a4.squirrel>