Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

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 to set up my WebDAV service; do I need to configure nginx in a certain way or will I need to extend the default functionality by passing everything to a script (PHP, Python, ...)?

Here are my requirements for the service:

  1. Authentication is required, and user logins are fetched from MySQL database
  2. Each user has it's own directory (which contains a folder structure) and cannot access other users folders
  3. Applications like OS X Finder and other file management apps should be supported

It seems pretty basic, however I have no experience working with WebDAV.

FYI: My server is running Ubuntu 10.04, PHP5 via FPM, MySQL5, Nginx 1.2.3.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.