Comments on How To Set Up WebDAV With Lighttpd On Debian Squeeze
How To Set Up WebDAV With Lighttpd On Debian Squeeze This guide explains how to set up WebDAV with lighttpd on a Debian Squeeze server. WebDAV stands for Web-based Distributed Authoring and Versioning and is a set of extensions to the HTTP protocol that allow users to directly edit files on the lighttpd server so that they do not need to be downloaded/uploaded via FTP. Of course, WebDAV can also be used to upload and download files.
2 Comment(s)
Comments
There is a similar tutorial which explains how to setup a WebDAV server in your home directory using lighttpd, SSL encryption, and user authentication: http://linux4all.dreamwidth.org/26255.html
Thanks for this good tutorial.
I run a ligttpd with a user/group diferente to www-data. But with webdav enabled when reload ligttpd the /var/run/ligttpd user an group has forced to www-data:www-data.
Its posible to run wevdab whith diferent user/group?