Questions tagged [webdav]

Web Distributed Authoring and Versioning is an extension to the HTTP/1.1 protocol that allows clients to perform remote Web content authoring operations.

Web Distributed Authoring and Versioning is an extension to the HTTP/1.1 protocol that allows clients to perform remote Web content authoring operations.

293 questions
6
votes
2 answers

Apache and per-user WebDAV DocumentRoot

I have a WebDAV user set up that currently gets usernames and passwords from my MySQL Database. I give users the option to use WebDAV for large file uploads (this is for a file sharing service I'm currently developing) but I've reached a little…
Tristan
  • 172
  • 1
  • 1
  • 7
5
votes
1 answer

How to map authenticated Apache users to their own directory?

I am trying to offer our users an Apache WebDav space where they can store their calendar (.ics) files. I've got Dav and LDAP authentication running already. But I fail to jail users to some sub-directories. After all I don't want them to access…
Signum
  • 1,238
  • 1
  • 12
  • 14
5
votes
2 answers

How can I adjust subversion repository file permissions automatically for use w. Apache/DAV?

I've set-up a subversion server accessible with Apache/DAV and after screwing up the repositories file permissions a couple of days ago I started wondering if there's a better way to do this than the way I'm doing it. The repositories are owned by a…
agnul
  • 536
  • 4
  • 12
5
votes
3 answers

Windows is unable to remember login credentials for DAV network share

I have a WebDAV server running on a linux server through Apache, which I am then attempting to map on a windows machine. The mapping works fine, I provide my credentials and it logs me in, but the windows machines are unable to remember my…
Clorith
  • 181
  • 1
  • 8
5
votes
1 answer

WebDAV for accessing fileserver for iOS apps

With the sudden onslaught of iOS apps that can use WebDAV for syncing, along with the fact that we are not happy with our user's data being stored in North Carolina (evil IT overlord strikes again) we are looking for a WebDAV solution for iPads &…
Jon Rhoades
  • 4,987
  • 3
  • 31
  • 48
5
votes
6 answers

WebDAV on CentOS - getting 403 error when attempt to upload

I configured Apache2 to allow WebDav on a directory (CentOS 5 / Plesk 8.6): WebDav is enabled in httpd.conf /var/lib/dav/lockdb is writeable by Apache My target dir is chmod 777 My target dir is chowned apache:psacln using Basic Authentication…
Darren Newton
  • 290
  • 1
  • 3
  • 9
5
votes
3 answers

How does AuthzSVNAccessFile work?

I have set up an SVN repo with WebDAV access. For some reason it does not let checkout. Here is my httpd.conf part: DAV svn SVNParentPath /home/svn/repositories AuthzSVNAccessFile /home/svn/dav_svn.authz Satisfy Any Require…
grigy
  • 241
  • 1
  • 2
  • 9
5
votes
2 answers

WebDav rename fails on an Apache mod_dav install behind NginX

I'm trying to solve a problem with renaming files over WebDav. Our stack consists of a single machine, serving content through Nginx, Varnish and Apache. When you try to rename a file, the operation fails with the stack that we're currently…
heymatthew
  • 187
  • 2
  • 6
4
votes
1 answer

Apache: Disable *parsing* of htaccess in webdav

I have following directory layout: /var/www/ example.com/ logs/ html/ stuff/ Apache is configured to normally serve from /var/www/example.com/html I have configured webdav to work for the url…
Scheintod
  • 391
  • 1
  • 5
  • 17
4
votes
2 answers

How can I configure Apache to redirect a subdirectory to a subversion repo?

I have an old subversion repository that was set up as the only repo on a machine. We accessed the URLs like this: http://myserver.com/svn/trunk/... http://myserver.com/svn/branches/... We're moving to a new server where we have several…
Mark S.
  • 211
  • 3
  • 6
4
votes
3 answers

How to forbid usage of web.config files?

I have a Windows 2008 R2 server with IIS7.5 installed. I need to provide users with read-write access to some directory tree via WebDAV. The same users will also be able to reach the same directories by other means - FTP, SFTP, CIFS, etc. My aim: I…
Cat Mucius
  • 155
  • 1
  • 11
4
votes
1 answer

Share .iso files on CentOS for remote mounting anywhere via Internet

I have a remote computer suppport business and we have the need to remotely mount .iso files on a client machine from time to time for use to grab driver updates and so on. We own a huge server on the Netcraft top 10 list and I'd like to mount some…
coneH34D
  • 41
  • 3
4
votes
2 answers

vhost setup for multiple SVN repositories on same server

I have 2 svn repos on my EC2 instance. They are located in /ebs/svn/repo1 & /ebs/svn/repo2. I have created a domain alias svn.mydomain.com, to point to the parent directory of above (/ebs/svn). I woud like to access each of the above repo's using…
Anil
  • 262
  • 2
  • 4
  • 15
4
votes
1 answer

Shared folder mounted on OSX: NFS, WebDAV or AFP?

We are trying to figure out how to best mount a network share on OSX machines (only). We went with WebDAV initially which does what expected but it's extremely sluggish. Also the Finder seesm to have problems working with WebDAV. Are NFS and in…
Jason
  • 41
  • 1
  • 2
4
votes
2 answers

WebDAV Security and Hardening

What are the security ramifications that one should be aware of when considering using WebDAV? How does one go about securing it? What else should I know about it?
John
  • 2,276
  • 7
  • 44
  • 60
1
2
3
19 20