LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Syndicated Linux News (https://www.linuxquestions.org/questions/syndicated-linux-news-67/)
-   -   LXer: Turn Apache into a collaborative authoring platform with mod_dav (https://www.linuxquestions.org/questions/syndicated-linux-news-67/lxer-turn-apache-into-a-collaborative-authoring-platform-with-mod_dav-578014/)

LXer 08-18-2007 10:20 AM

LXer: Turn Apache into a collaborative authoring platform with mod_dav
 
Published at LXer:

Ever thought about how nice it would be if you could edit the files stored on your Web server directly without the cumbersome download-edit-upload routine? Web-based Distributed Authoring and Versioning (WebDAV) is the way to do it. A WebDAV server works like a file server that uses HTTP as the underlying protocol. It facilitates collaborative editing and versioning. If you manage a Web server or an enterprise document management system, where different authors need to edit resources, WebDAV is a useful way of providing write access to them. You can use the Apache modules mod_dav and mod_dav_fs for basic WebDAV functionality, while a Subversion module for Apache, mod_dav_svn, provides versioning support.

Read More...


All times are GMT -5. The time now is 09:30 PM.