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
0
votes
1 answer

Apache override in sub-location

This is my Apache vHost-configuration: ServerAdmin changed@domain.com ServerName servername.domain.com Documentroot /srv/www/htdocs/svn ErrorLog /var/log/apache2/subversion-error_log …
Atmocreations
  • 179
  • 3
  • 10
0
votes
1 answer

Browse git repository over Webdav (debian)

I would like to be able to browse a (bare) git repository over Webdav. Note that I do not want to be able to push/pull over Webdav. Instead, I actually want to be able to browse through my files via Webdav, without the need to check out. My git…
math1985
  • 1
  • 1
0
votes
1 answer

Trouble enabling webdav support with Windows Web Server 2008

I have a Windows Server Web 2008 SP2. I am trying to connect to a webdav server (https) and copy some files from this server. Mapping the network drive, or copying a file via Powershell, works fine from Windows 7 computers, but from the server it…
aSkywalker
  • 555
  • 3
  • 9
  • 15
0
votes
1 answer

Configure a webdav directory outside apache2 document root?

My team has a web application running on apache2 that allows us to download and upload files. The document root is /var/www/html. Obviously we don't want anybody to see our work papers, so we created a /files directory (inside the root of the…
fat
  • 103
  • 3
0
votes
2 answers

WebDav put of application extensions fails

We have an IIS 6 server running a WebDav site. Users successfully connect and upload most files. The files they cannot upload are the ones that are mapped to extensions, such as PHP or ASP. I checked the verbs and tried adding PUT, but that still…
Josh
  • 151
  • 1
  • 7
0
votes
1 answer

Connecting to office 365 shared document library via webdav on OSX

I think pretty much what I need is in the title. I'm looking for one person who's managed to do that, and how. I would appreciate it. I tried Cyber Duck, and it let me down
Mister IT Guru
  • 1,178
  • 3
  • 15
  • 35
0
votes
1 answer

Git push corrupting DavLockDB on git push over http

I have a git over http using apache+webdav, autenticating on a ldap directory. It is working ok for most users, but since last friday (FUN FUN FUN!!! just kidding), when one particular client tries to push to the server, his client gets in a loop,…
chesterman
  • 65
  • 1
  • 3
  • 12
0
votes
1 answer

Setup apache2 WebDAV to work on user directories with correct permissions

I am going to give an extra access for users on the Linux box to their files through WebDav using apache2 and dav, dav_fs modules. But found that all files are created by web server owner. Is it possible to achieve my goal and be able to do…
Vladimir
  • 163
  • 1
  • 7
0
votes
1 answer

Safe to rsync or cp or mv files to webdav?

I've got an Apache webdav directory serving files to clients read-only. Clients are limited to get,propfind and options. Is it 'safe' to populate this directory using native OS commands like rsync, cp, mv , then setting the owner:group to…
user82296
  • 81
  • 1
  • 1
  • 6
0
votes
1 answer

Sharepoint Webdav Performance

I am running a Netgate M1n1wall on our small office Comcast Business connection. When I connect to Sharepoint via Webdav remotely, the performance is really slow, e.g. it takes 15-20 seconds for the directory lists to populate in Windows Explorer.…
cdonner
  • 381
  • 1
  • 5
  • 15
0
votes
2 answers

Allow Directory Listing for SVN WebDav

I've got a couple local repositories that I can successfully access using Apache WebDav. This apache is also a production webserver and I've got directory listings disabled globally. Here's the Location config: DAV svn …
Encoderer
  • 267
  • 1
  • 2
  • 11
0
votes
2 answers

Subversion on Ubuntu with multiple repositories and separate commits

When I first set up SVN on my server, I opted for the WebDAV http://... access method. However, I could not find out how to enable multiple repositories with this configuration. With this method, any one commit incremented the revision counter for…
Peaches491
  • 103
  • 4
0
votes
1 answer

IIS: Publish directories by username on IIS WebDAV

We need to publish some network directories via WebDAV on our internal network for some mobile devices (mainly iPads). The intended layout is something like: http://webdav/username/ points to D:\homes\username (names & paths changed) So far we have…
Matthew Iselin
  • 717
  • 1
  • 8
  • 20
0
votes
3 answers

WebDav server on Windows 7

Question: Is there a way to set up a WebDAV server on windows 7 pro? Info: My mom works for a non-profit psychology clinic that just got new computers. They have win7 pro and office 2010 on all their computers. They want to be able to share their…
Narcolapser
  • 113
  • 3
0
votes
1 answer

Error 405 with Propfind on IIS7

I'm attempting to get SCCM running and one of the problems I'm running into is that WebDAV is not functioning properly on the server. After a lot of tracing, I've figured out that the problem is that IIS7 is giving a status 405 whenever the…
tearman
  • 425
  • 1
  • 7
  • 20