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.

Filter by
Sorted by
Tagged with
11 votes
5 answers
23k views

Could not open the lock database - Apache WebDAV setup

I configured a WebDAV server using Apache. Here is my configuration: DAVLockDB /var/www/DAVLock.db <Location /majid> AllowOverride None Options +Indexes DAV On AuthUserFile /...
Majid Azimi's user avatar
9 votes
3 answers
48k views

Connect via Webdav from Windows 7?

I'm trying to connect to an Alfresco server, via Webdav, from a Windows 7 client. I can create a web folder connection with the wizard, but there are three or more folder links created and none of ...
Mikael Grönfelt's user avatar
8 votes
5 answers
2k views

Networked filesystem with user level security for linux

I want to enable file sharing between servers and clients, both linux. I don't want to rely on machine trust like in NFSv4 because client users will have root privileges. What are my options besides ...
Konrads's user avatar
  • 880
8 votes
7 answers
40k views

Windows 7, HTTPS WebDav: Asks for password twice and fails. Any workarounds?

I have a Dav server running with PHP SabreDav (code.google.com/p/sabredav/wiki/Windows) on Cherokee at an HTTPS secured URL. It's set to use https, and uses Digest Authentication. I can log in with ...
AutoDMC's user avatar
  • 81
7 votes
2 answers
15k views

apache2.4 with webdav give an 405 error

I just upgraded my test machine from Apache 2.2.29 to 2.4.10 and actually Im getting some issue with webdav module. If I try to login to a webdav account it works but if I try to list my current ...
Maxence's user avatar
  • 197
7 votes
2 answers
10k 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 ...
Matthias Ronge's user avatar
7 votes
1 answer
10k views

NET USE command doesn't authenticate when credentials are passed as parameters

I'm trying to connect to a remote WebDAV server by mapping it as a drive using NET USE command. NET USE * <domain> /user:<username> <password> Executing this command gives the ...
Nikhil's user avatar
  • 173
7 votes
3 answers
20k views

How to set default umask for Tomcat webdav servlet?

The title says it all. I need Tomcat's webdav servlet to create files with rw-rw-r-- rights, but it keeps creating it as rw-r--r--. I tried to set up umask in /etc/profile, but it didn't help (...
calavera.info's user avatar
7 votes
4 answers
4k views

Tell me the pros and cons of using WebDAV over SSL for file server access instead of SMB

In the organisation I'm in we have a mixture of OS X and windows XP. For years the Macs have also connected via SMB to the fileserver, however it's always been a bit flaky. On OS X it's prone to ...
posty's user avatar
  • 133
6 votes
3 answers
13k views

mounting webdav as user (no sudo)

With FUSE it is possible to mount many things purely as a non privileged user. However, it seems that for webdav davfs2 is the preferred project, which appears to be a filesystem driver and uses the ...
Michael Neale's user avatar
6 votes
4 answers
40k views

Map Network Drive to a WebDAV Server via PowerShell

My goal is to map a network drive in Windows to a WebDAV server via PowerShell. I have a script that automatically creates an Azure VM with IIS installed and WebDAV configured. I can successfully map ...
Peter Kirchner's user avatar
6 votes
1 answer
14k views

PROPFIND requests from a Microsoft-WebDAV-MiniRedir/6.0.6002 user agent on Apache server where Samba is also running

Ok, here is the context. We've a server which is inside our network; on the server there is a Samba configured, providing access to a number of shares; there is also and Apache server providing other ...
Marco Bizzarri's user avatar
6 votes
1 answer
2k 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 ...
Tohuw's user avatar
  • 508
6 votes
2 answers
12k views

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 ...
Tristan's user avatar
  • 172
6 votes
5 answers
32k views

Windows file explorer using port 80 (webdav) instead of 445 (samba smb cifs) for UNC path

I have a Windows 7 Ultimate x86_64 machine, which is failing to access a network samba server. I launch the "Run" dialog, and type in \\192.168.x.x so I am bypassing DNS and NetBIOS name ...
Edward Ned Harvey's user avatar
6 votes
2 answers
9k 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 ...
FlavorScape's user avatar
5 votes
6 answers
22k views

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 ...
Darren Newton's user avatar
5 votes
3 answers
34k views

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: <Location /svn> DAV svn SVNParentPath /home/svn/repositories ...
grigy's user avatar
  • 241
5 votes
2 answers
7k views

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 ...
heymatthew's user avatar
5 votes
1 answer
932 views

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 ...
Jon Rhoades's user avatar
  • 4,997
5 votes
2 answers
7k views

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 ...
agnul's user avatar
  • 536
5 votes
3 answers
2k views

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 ...
Clorith's user avatar
  • 181
5 votes
1 answer
4k views

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-...
Signum's user avatar
  • 1,248
4 votes
6 answers
19k views

A free WebDAV client for Windows?

I'd like to copy files from a network drive to a SharePoint site (perhaps as a mapped drive). What's a good client to do so? Obviously Windows (XP) Explorer is bad, I'm trying RichCopy at the moment....
blong's user avatar
  • 144
4 votes
2 answers
8k 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). ...
Anil's user avatar
  • 262
4 votes
1 answer
5k 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 ...
Jason's user avatar
  • 41
4 votes
2 answers
13k views

How to upload to WebDAV using a web browser?

I've setup and configured webdav on debian using the following tutorial: http://www.unix-tutorials.com/go.php?id=3711 I want to be able to download and upload files to the webdav share using a web ...
caleban's user avatar
  • 1,126
4 votes
8 answers
9k views

Best non-VPN Solution for remote access to SAMBA Shares? [closed]

The problem we have is simple and I doubt we're alone in having it, our users want access to their Windows shares from off-campus. We need a solution that's secure and simple. ATM we are running the ...
Bart B's user avatar
  • 3,487
4 votes
1 answer
1k views

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 ...
coneH34D's user avatar
4 votes
2 answers
1k views

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's user avatar
  • 2,276
4 votes
2 answers
2k views

Mac WebDAV Connection Read-Only Issue on Windows Server 2008 WebDAV Folder

I set up Windows Server 2008 (x64) and installed the WebDAV extension to IIS 7 (also x64) and created a WebDAV share. I also created a self-signed certificate and enabled HTTPS on the box - requiring ...
cpuguru's user avatar
  • 401
4 votes
1 answer
7k views

Apache dav modules produce cadaver: Could not access / (not WebDAV-enabled?)

I installed apache then I am able to access the default page from the command line: $ wget http://127.0.1.1 Using webmin in web browser: https://localhost:10000/ Servers>Apache WebServer>...
CW Holeman II's user avatar
4 votes
1 answer
1k views

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 ...
Scheintod's user avatar
  • 401
4 votes
2 answers
6k views

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 ...
Mark S.'s user avatar
  • 211
4 votes
3 answers
4k views

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 ...
Cat Mucius's user avatar
3 votes
3 answers
12k views

Excel file always opens in Read-Only mode over WebDAV

I mapped a WebDAV drive in my Windows Explorer. I can access files and browse etc. But. When I try to open my Excel file it always opens in Read-only mode. How do I open a file so it opens with write ...
Robert Koritnik's user avatar
3 votes
2 answers
10k views

Mount WebDAV as drive in Windows 8

I'm trying to mount a WebDAV share as a drive on Windows 8. I've tried setting up WebDAV server on both Windows 2012 and Debian Linux, but both yield the same error when attempting to mount from ...
Tedd Hansen's user avatar
3 votes
2 answers
21k views

How do I enable HTTP-DAV in Apache?

I'm trying to enable HTTP-DAV on Apache (httpd.x86_64 2.2.3-43.el5.centos) running on CentOS 5.4. I have the following relevant entries in my httpd.conf. LoadModule dav_module modules/mod_dav.so ...
Manos Dilaverakis's user avatar
3 votes
2 answers
20k views

configure apache/webdav readonly for user x, read/write for user y

I'm using Apache 2.2 on RHEL 6.x. I can get webdav setup as readonly for user x or readwrite for user x but can't figure out how to make it read only for user x and read/write for user y. I just have ...
user82296's user avatar
3 votes
4 answers
15k views

Copy file to WebDAV via Command Line on Windows 2003

I need to copy a file from a Windows 2003 server to a WebDAV folder (on the same server, if it matters). This operation will be performed via a batch script executed via Scheduled Tasks. I've ...
Boden's user avatar
  • 5,008
3 votes
4 answers
3k views

How can I upload/download or modify .htaccess files using WebDAV?

I've set up a Ubuntu server with Apache 2. Instead of FTP, I'm using WebDAV to upload/download files and it works great. However, it's not possible to upload/download or modify .htaccess files, ...
user avatar
3 votes
2 answers
6k views

Webdav troubleshooting on Mac OS X

Are there any tools/instructions/pointers about how to troubleshoot webdav problems on Mac OS X? Any secret mount options, undocumented webdav module logging, anything? What I usually do is to ...
Peter Štibraný's user avatar
3 votes
2 answers
4k views

WebDAV and Windows 7 client

I've enabled apache dav module on my site and configured digest authentication for it. Now i'm trying to connect windows drive to it. Command follows: net use z: http://dav.mysite.com/Files /user:...
Dmytro Leonenko's user avatar
3 votes
1 answer
2k 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 ...
Eric's user avatar
  • 33
3 votes
1 answer
8k views

cadaver automatic login (WebDav Client)

I have been using cadaver recently, although is there a way to login automatically e.g. a one liner: cadaver http://webdav.server.com user=xxxxxxxxx pass=xxxxxxxxxxx I can't use davfs2, since my VPS ...
James's user avatar
  • 33
3 votes
1 answer
1k views

Is there any difference between git-http-backend and simple dav repository hosting setups?

In some searches, I've found two slightly different approaches on how to serve a git repository over http. The first one is using only DAV. The second one uses DAV and git-http-backend. Is there any ...
Herberth Amaral's user avatar
3 votes
3 answers
2k views

"Permission Denied" Errors Serving SVN/WebDAV to Mac OS X

I am setting up a server for a small office. Due to technical difficulties, they had files disappearing constantly. In order to prevent this, I am setting up Apache with Autoversioned Subversion over ...
Cassie Meharry's user avatar
3 votes
1 answer
3k views

Use Kerberos ticket to access WebDAV

Using Apache's mod_dav as the server, Samba 4.1.17 as the server and any version of Windows from 7 upwards as the client how can I mount a WebDAV share using Kerberos for the authentication? ...
Flexo's user avatar
  • 588
3 votes
2 answers
4k views

How to use the current user credentials to access a WebDAV share?

We use WebDAV to share Outlook calendars. I set up a WebDAV server with IIS on Windows 2012 R2. It works fine. This Windows 2012 R2 is on the local network and it belongs to an Active Directory's ...
Gregory MOUSSAT's user avatar
3 votes
2 answers
3k views

Remotely copying files from WebDAV server?

My iDisk is about to expire, and I can access it through the WebDAV protocol. I own my own server, and I know it's possible to access my iDisk through WebDAV. I was wondering how I would go about ...
Befuzzled's user avatar

1
2 3 4 5 6