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

learn more… | top users | synonyms

0
votes
0answers
22 views

Setting up webdav to work on mac

I will be the first to admit I am not the MOST advanced when it comes to this stuff so any help would be great. I have set up Webdav on Windows Server 2012, have it working great on all Windows based ...
1
vote
0answers
23 views

Is WebDAV a good option for exposing storage through restrictive firewalls? [closed]

I am looking for ways to enable access to University storage to researchers who are on local health authority networks. Firewalls are very restrictive, and VPN is not allowed. I wondered if anyone ...
0
votes
0answers
37 views

Can I configure webdav users dynamically from a web application?

I would like to offer a solution that allows direct editing of documents hosted on my web application. I understand that WebDAV can be used to achieve such a task as Microsoft office can open and save ...
1
vote
0answers
52 views

WebDAV client on windows 2008R2 running slow from scheduled script

I have a rather unexpected situation here. I have a small application that connects to a WebDAV server (Sharepoint) using the standard WebDAV windows client (WebClient service, part of the "desktop ...
0
votes
0answers
13 views

Hide dot files (i.e. .DS_Store) on Apache WebDAV for Windows [duplicate]

I have an Apache 2 server with WebDAV enabled. It works pretty good for Linux and Mac clients, but on Windows I see the .DS_Store files and other temporary files and directories starting with a dot. ...
1
vote
1answer
82 views

WebDAV Incorrectly Opening PHP Files

I'm not sure if this is the right StackExchange site to ask this on, but I think it's the closest related to the topic. I'm running a WebDAV server using Apache's mod_dav on Linux (Ubuntu). I've ...
2
votes
1answer
90 views

Webdav rewrite REMOTE_USER allways empty

I am trying to rewrite an url according to the authenticated user. But REMOTE_USER is always empty. Authentication works. I am quite puzzled here... am I missing something? RewriteEngine On ...
0
votes
0answers
17 views

Apache create direcotry after ldap authentication

I would like to setup a webserver where people can access their home directory http://some-websrv.com/~user on a webbrowser. At the same time the user should be able to access their webdav folder ...
0
votes
0answers
82 views

Unable to map web folder to drive letter - Windows Server 2003

I've tried multiple techniques to map a Sharepoint web folder to a drive letter but nothing works. I installed webdav so that I can view web folders. I added one to Network Places. It opens. I ...
-1
votes
1answer
101 views

WebDav with Apache 2.2 - Simply won't work

I configured a WebDav directory but it won't work. This is my configuration: # Load WebDav Modules LoadModule dav_module modules/mod_dav.so LoadModule dav_fs_module modules/mod_dav_fs.so # DavLock ...
0
votes
1answer
64 views

WebDAV on server exposing ZFS data from another server

Is it even possible to have WebDAV server hosted on one computer and its pulling the "data" (folders and files and all) from another server? Something like so: CentOS Proxy ...
0
votes
0answers
66 views

WebDav - User Access

After switching from Windows Auth to Basic, I was able to resolve the errors I had before with connecting to the WebDav server from IE, Chrome, iOS Safari. However, I can't seem to get the proper ...
0
votes
0answers
162 views

WebDAV is on my Windows Server 2008 (IIS 7.5). I can connect and upload .txt fine, but with .php I get an error. Why?

Here is my setup: Windows Server 2008 R2 (latest patches, IIS 7.5) WebDAV enabled on a virtual directory in IIS I can connect to the server from an outside network and upload/download/delete a ...
0
votes
0answers
43 views

Apache2 - WEBdav - 2 users per directory/location - diff permissions

Trying to have 2 users accessing the same location one can do it all (superUser1), one can only read (regUser1) (both after authenticating of course.) Alias /testDir /home/nixha/docs/testDir ...
0
votes
0answers
58 views

Tomcat 6 & 7's built in webdav breaks my war's taglib

I've deployed a taglib as part of my web archive (war) and it is working properly; however, adding webdav capability to the Tomcat instance causes it to cease functioning. Here is my addition to the ...
1
vote
1answer
174 views

Getting HTTP Error 500 with IIS 7.5 for a specific webdav subdirectory

I have the following configuration. Some Websites in IIS one of them with a virtual directory. This virtual directory is configured as webdav which is fully functional without any problems. This ...
1
vote
1answer
199 views

After svn switch - (405 METHOD_NOT_ALLOWED) or (500 Internal Server Error), why?

I have recently (today!), moved my SVN repository to my own server. I am having trouble checking out from my new repo and also updating my current working copy to use my new repo (which is a svnsync ...
3
votes
2answers
243 views

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). ...
5
votes
1answer
138 views

Managing Apache to Compensate for WebDAV's Security Masking

When a user creates a file via WebDAV, the default behavior is that the file is owned by the user and group running the Apache process, with a umask of 022. Unfortunately, this makes it impossible ...
1
vote
1answer
431 views

Best practice to link with WebDAV, as FollowSymLinks doesn’t allow to show symlinks

Symbolic links are a widespread practice on linux to make a ressource (e.g. directory) available in another location without having to maintain several copies of it. This is implemented in many ...
0
votes
1answer
840 views

nginx webdav server with auth request

My nginx.conf: location ~ ^/api/(.*)$ { alias /home/username/apidav/$remote_user/$1; client_body_temp_path /var/www/path/; client_max_body_size 50m; dav_methods ...
0
votes
1answer
59 views

Prevent Apache from deleting files on 500 error

I have the following problem when using Apache 2.2.16 running on Windows Server 2008 R2: I have the server configured as a WebDAV server for automated client software to upload files to. However if ...
0
votes
0answers
55 views

Testing webdav connectivity issues with MTR

Background: I'm working with a video encoder that publishes HTTP Live Streaming (HLS) segments to a server outside of our network. The encoder uses WebDAV to publish the files. The encoder ...
0
votes
0answers
194 views

WebDav Authentication Issues

I've been trying to set up Webdav for one of our clients using IIS 7 on their 2008 x64 server, I've also been using my desktop as a testbed, running IIS 7.5. So far I have been able to get windows ...
1
vote
0answers
192 views

Can samba authentication be coupled to file encryption? What about WebDAV?

I'd like my NAS (Buffalo LinkStation Pro running Linux 2.6.31.8 #1 Fri Jun 8 11:07:30 JST 2012 armv5tel GNU/Linux) to share an encrypted filesystem to the Windows clients as transparently as possible. ...
0
votes
0answers
74 views

How can I prevent nginx from returning 404s on files currently being PUT via WebDav?

I am running NGINX as my web server and Apache as my WebDav server. I am doing HLS video so new playlist files with the same name are constantly being uploaded to the WebDav server. There appears to ...
1
vote
0answers
80 views

WebDAV over SSL - Cannot access folders - no errors in logs

I am running a CentOS server on Amazon EC2 and have WebDAV, Apache, and mod-ssl installed. I tested my current configuration first through port 80 and was able to connect to the dav without a hitch. ...
0
votes
0answers
135 views

Cannot create new files on WebDAV volumes in OS X Finder

I have a WebDAV volume which works very well except OS X. We now use Macs though and while they can read from the volume fine, they cannot create new files on it. Any time we try to create a new ...
0
votes
0answers
214 views

Customized WebDAV server using Nginx

I am trying to figure out how to set up a WebDAV service using Nginx. I already have an nginx server running with the HttpDavModule as well as the nginx-dav-ext-module. I am looking for advice on how ...
0
votes
0answers
144 views

Accessing personal folders from iPads using WebDav on Lion Server 10.7

I am setting up Lion server so users on an Active Directory network can access webdav folders from iPads. I have got this working fine when accessing a shared multi user folder. I want users to also ...
0
votes
0answers
99 views

“file is in use” using WebDAV with Finder

all. I'm trying to use WebDAV as a shared folder with Finder (OSX Mountain Lion), but I keep getting: Operation did not complete because file is in use — although no one is using the file. What ...
0
votes
0answers
344 views

Apache 2.2 WebDAV sharing a Samba mounted directory, Forbidden errors

I'm trying to setup an Apache 2.2.15 WebDAV share for a SMB mount located on another server. There's a good reason why I have to do it this way. My Samba server is hosting a shared directory without ...
0
votes
0answers
43 views

assistance setting up webdav on windows with apache [closed]

I have recently followed this guide, in an effort to get WebDAV setup and working on my test server. It hasn't worked, and I was wondering if someone can point me towards a tried and tested guide, or ...
0
votes
0answers
125 views

WebDAV behind a ssl proxy

I have a small vServer and would like to use it as a backup space for some documents. Since I'm behind a proxy at home, the only real option seems to be WebDAV. My provider has a ssl-proxy, that I ...
0
votes
0answers
205 views

Apache2 WebDAV: multiple users with different permissions

I am trying to create a WebDAV share on my OS X 10.7 machine's (The standard OS X, without the OS X Server software) Apache2 implementation. I have currently been successful in creating a ...
2
votes
1answer
810 views

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 ...
1
vote
1answer
617 views

MKCOL 405 and LOCK 500 on git push (error: cannot lock existing info/refs)

I'm having some troubles setting up a Git server with apache. Here is my gitrepo.conf: DavLockDB "opt/local/apache2/var/DavLock" <Directory /opt/local/apache2/htdocs/repo> DAV On Deny ...
0
votes
2answers
592 views

Doing two rewrites with apache and rewrite module together with webdav

I'm trying to setup a WebDAV server which uses the username for redirecting to a private DAV directory. In each private directory there's also a folder named SharedFolder. The idea is that when the ...
1
vote
0answers
155 views

Apache 2.4 webdav uploads without slash in filename

I have webdav running on apache 2.4.2 on Ubuntu 10.04 LTS virtual host config: ServerAdmin test@test.com ServerName test.com ServerAlias www.test.com ErrorLog ...
1
vote
0answers
87 views

How can I setup webdav server using SSL on a Mac (Lion)?

How can I setup webdav server using SSL on a Mac (Lion)? Thanks in advance!
0
votes
0answers
63 views

Set up new svn user with access to single project

I have several repositories set up on an Ubuntu VPS with the structure: [pathtosvn]/repos/project_1 [pathtosvn]/repos/project_2 [pathtosvn]/repos/project_3 These repos are accessed via http ...
4
votes
1answer
2k views

Does WebDAV even work on IIS 7? I say nay

AKA "When developers have to be their own sysadmins" I've tried every configuration from the top 10 stack overflow and server fault results for WebDAV 405 on IIS (for verb PROPFIND and PUT). I'm ...
0
votes
0answers
264 views

mount an hard disk as www-data (for webDAV), access it with the normal user

on my little Linux box (Ubuntu 12.04), I got an hard disk auto-mounted on /mnt/storage (relevant /etc/fstab line here): #/dev/sdc1 UUID=49707dae-90a7-4c67-9a46-a156980db4ab /mnt/storage ext3 ...
0
votes
1answer
387 views

Get WebDav uploading progress and status (Linux, davfs2)

I am using WebDAV on Linux box with davfs2 1.4.6. When I copy a file to a mounted WebDAV service, it is goes rather fast, just like a regular local drive operation. And it actually is, because the ...
-5
votes
3answers
107 views

Need to Transfer 390 GB of Data from Linux Server to Windows Machine [closed]

We want to transfer 300+ GB of data from a Linux Server to a WIndows Server. Can we use rsync (and if so, how would we?) to copy the files from the linux server to the windows file share? Or should ...
2
votes
1answer
1k views

How do I get WebDAV working?

I'm running 2008r2 and have IIS 7 installed along with the necessary WebDAV Publishing roles/features. I can connect internally within my LAN via mapping a network drive, providing credentials, then ...
1
vote
1answer
714 views

nginx public webdav server

Can you check the user group from a $remote_user? location ~ ^/dav/(.*)$ { alias /home/$remote_user/$1; auth_pam "Restricted"; auth_pam_service_name "nginx"; dav_methods PUT DELETE ...
2
votes
1answer
267 views

nginx inserting extra characters in Multi-status reply body

Here's the setup. I've got one server running apache/php hosting ownCloud. Among other things, I'm using to do CardDAV contact syncing. In order to make things work with my domain I have an nginx ...
0
votes
1answer
166 views

Cadaver with Kerberos: 401 Unauthorized

How to make Cadaver connect to a WebDAV server that uses Kerberos authentication? Usually cadaver http://localhost:8080/alfresco/webdav works, I can browse files, but on a network with Kerberos I ...
1
vote
1answer
147 views

Windows share through proxy

I have a Windows share and on a different subnet. The users on the user subnet can not see the server subnet, although there is a proxy server in place on the user subnet that can. All web traffic ...

1 2 3 4