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

Using a MySQL users table in subversion

I'm currently starting to work for the first time on setting up a small ubuntu server that has mysql and subversion. I have never set up a server before and I am doing it for a professor. Currently I am using "password-db = passwd" option to have…
MrJackV
  • 121
  • 3
2
votes
4 answers

Run FTP server on port 80 along with web traffic

I have IIS running two sites + IIS virtual folders (w3root) on a win 2k3 server. I wondered if there were any way to also piggyback FTP traffic on that pipe by using port 80 on the ftp server. How would I do this and still keep the web stuff running…
Caveatrob
  • 111
  • 1
  • 3
  • 12
2
votes
0 answers

WebDAV user permissions on a per file basis

My team and I are building a webDAV server using Apache 2.2. We have run into an issue with user permissions. We have it currently set up so that user permissions work for folders on the server but one of the team members feels that is not…
user109864
  • 21
  • 2
2
votes
1 answer

WebDAV / website with LDAP permissions

In IIS, (virtual) folder permissions can be set to NTFS ACLs on the folder so that filesystem permissions become prominent on the web. In that way it becomes relatively trivial to set up a site where everyone has read but only a select few have…
Bhicks
  • 21
  • 1
2
votes
4 answers

Is Samba the right choice for me?

we have a distributed application which uses large amounts of content (all kind of files). There are several servers that need to access the content. Right now the content is stored on each server redundantly. But this is getting ugly. We want to…
Jan Deinhard
  • 2,383
  • 5
  • 26
  • 33
2
votes
1 answer

Debugging WebDAV using gvfs

gvfs (gnome virtual file system) felt the need to reimplement some of the common filesystems. I'm trying to get people onto our WebDAV shares, but I'm getting pretty cryptic errors. What I'd like to do is setup gvfs to use a proxy, so I can use…
Evert
  • 129
  • 2
  • 7
2
votes
1 answer

Webdav, WS2008 R2 Web edition and IIS 7.5

I can see this is rapidly becoming a FAQ. Something is preventing me from accessing a shared folder via Webdav. Here are the steps taken so far: 0. Hosted machine has two IP addresses, 2 sub-domain names bound separately to each. 1. Add HTTPS…
J Evans
  • 185
  • 1
  • 1
  • 7
2
votes
1 answer

Can't push to git remote repositories

I'm having trouble pushing my code to a git remote repository from my localhost. This problem only appears for repositories that were initially created with remote urls that are system directories (eg. /var/www/lib) and later accessed via remote…
John
  • 7,343
  • 23
  • 63
  • 87
2
votes
3 answers

"Directory index forbidden by Options directive" when deleting or renaming folders through webdav

I am trying to delete folders through webdav but all I get is 403 on the client and "Directory index forbidden by Options directive" in the Apache error log. I enabled "options indexes" for the folder and I stopped getting the errors in either the…
sandwiches
  • 21
  • 1
  • 1
  • 3
2
votes
2 answers

WebDav folders not accessabile on servers

We've got a SharePoint farm set up and can access it via WebDav in Explorer like so: \ourlocalSharepoint. None of the servers are able to access the files in this manner, only client machines. But all can get to the web url,…
chris.w.mclean
  • 155
  • 4
  • 13
2
votes
1 answer

Error when make "make install" PHP WebDav

I'm having issues install PHP WebDAV onto Fedora8 - after downloading and running make install I get the following errors: [root@ip-18-192-114-35 dav]# make install /bin/sh /tmp/dav/libtool --mode=compile gcc -I. -I/tmp/dav -DPHP_ATOM_INC…
kron
  • 735
  • 2
  • 6
  • 8
2
votes
1 answer

Remote file access

We're needing to provide remote (read/write) access to a number of files on our network to several users (some technical, some non-technical) who will be running Windows. The non technical users will need to be able to access their files in an easy…
Rob Rob
  • 23
  • 3
2
votes
1 answer

WebClient service always at "stopping" state

The WebClient service always at "stopping" state. Of course the service itself does not work (I cannot access sharepoint folders using their UNC paths, for example). Tried rebooting - the service goes to "stopping" right after reboot. Tried…
odedn
2
votes
1 answer

Enabling apache2 modules, Invalid command 'AddModule'

Running Centos 5.3 I'm not sure what the problem is here. The module (mod_dav.c) doesn't exist, would this cause the error? How can I compile mod_dav.so ? Did I miss something when installing apache? Below are the steps I've done so far. Installing…
Benbob
  • 277
  • 1
  • 6
  • 19
2
votes
2 answers

Questions regarding the command: "net use * http://myserver.com"

Apparently I'm able to net use * http://servername.com and this concept is completely new to me. Does this mean I'm using WebDAV? What are the security implications? How can I read/write files in this manner? Why doesn't it work for every…
makerofthings7
  • 8,911
  • 34
  • 121
  • 197