linux - how to implement Delta-V (add Versioning Extensions to WebDAV )? -


i have read delta-v adds versioning extensions webdav don't find how configure ubuntu server implement extentions . webdav configuration , works fine :

<directory /webdav>     options indexes multiviews  followsymlinks     dav on     authtype basic     authname "webdav"     authuserfile /etc/apache2/webdav.password     require valid-user </directory> 


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -