Comments on How To Set Up WebDAV With Apache2 On Debian Etch
How To Set Up WebDAV With Apache2 On Debian Etch This guide explains how to set up WebDAV with Apache2 on a Debian Etch server. WebDAV stands for Web-based Distributed Authoring and Versioning and is a set of extensions to the HTTP protocol that allow users to directly edit files on the Apache server so that they do not need to be downloaded/uploaded via FTP. Of course, WebDAV can also be used to upload and download files.
8 Comment(s)
Comments
Just a quick note to thank you for your tutorial. I've now just managed to get WebDav running on my Raspberry Pi. Cheers, Gary
Hello????
i am so sorry but i have got the question:
How can i get access to webdav only by username dialoge?
I hope you can help me. Thanks so mutch. great tutorial.
By
Hi,
I have a problem with Win 8.1, I have enabled the basic auth (by following this post : http://stackoverflow.com/questions/13413914/how-to-enable-basic-authentication-for-webdav-on-windows-8) but when I try to connect to my webdav using http://192.168.X.X/webdav windows tells me that the name entered seems to not exists. My webdav is working with another Linux distrib, on my Windows internet browser too...
Could you help ?
Me too
Putting the password file into /var/www is really a great idea!
When connecting with Cadaver, I get an error
pi@retropie:/var/www/web1 $ cadaver http://localhost/webdav/
Could not access /webdav/ (not WebDAV-enabled?):
405 Method Not Allowed
Connection to `localhost' closed.
dav:!>
Any thoughts on what to check?
Two remarks:
1. The file /etc/apache2/sites-available/default seems to have been renamed by default now. In my case, it is named /etc/apache2/sites-available/000-default.conf. I have adjusted things accordingly.
2. Apart from that, I precisely followed the procedure above, but ended up with a similar problem as David. In my case, calling cadaver results in
Could not open collection:
404 Not Found
dav:/webdav/?
What to do now?