Date: Tue, 13 Feb 2018 15:24:47 -0600 From: Grouchy Sysadmin <sysadmin@grouchysysadmin.com> To: byrnejb@harte-lyne.ca, freebsd-questions@harte-lyne.ca Subject: Re: FreeBSD Apache-2.4 and WebDAV Message-ID: <d33ffbed-fa9f-6842-cbe7-d1e6f50a7e8d@grouchysysadmin.com> In-Reply-To: <d85f9e5e256adb2eef53439a5df702e9.squirrel@webmail.harte-lyne.ca> References: <d85f9e5e256adb2eef53439a5df702e9.squirrel@webmail.harte-lyne.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
On 02/13/2018 03:18 PM, James B. Byrne via freebsd-questions wrote: > Does anyone know why this prevents WebDAV from working? > > LoadModule dir_module libexec/apache24/mod_dir.so > > If I disable this one module, which is enabled in the sample > configuration file, then WebDAV works fine. Otherwise I get this > error: > > open http://192.168.216.107/hll_dav/upload > Connection to `192.168.216.107' closed. > Authentication required for WebDAV Restricted on server > `192.168.216.107': > Username: test-user > Password: > Ignored error: /hll_dav/upload/ not WebDAV-enabled: > 405 Method Not Allowed > dav:/hll_dav/upload/? ls > Listing collection `/hll_dav/upload/': failed: > 405 Method Not Allowed > > With this one change to the httpd.conf file: > > #LoadModule dir_module libexec/apache24/mod_dir.so > > I get this result: > > open http://192.168.216.107/hll_dav/upload > Connection to `192.168.216.107' closed. > Authentication required for WebDAV Restricted on server > `192.168.216.107': > Username: test-user > Password: > dav:/hll_dav/upload/>ls > Listing collection `/hll_dav/upload/': succeeded. > . . . > > Is there any explanation for this behaviour? > Perhaps https://bz.apache.org/bugzilla/show_bug.cgi?id=54914
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d33ffbed-fa9f-6842-cbe7-d1e6f50a7e8d>