Apache2.2 webdav basic 配置 Getting Webdav Working 浏览 网站的root files || vsftp访问FTP用户根目录以外的数据的实现方法 | 解决上传图片时的HTTP ERROR错误
http://httpd.apache.org/docs/2.2/mod/mod_dav.html https://serverfault.com/questions/892435/getting-webdav-working Upgrading to Apache 2.4 will prevent WebDAV listing of directories containing index files Full Example DavLockDB /usr/local/apache2/var/DavLock DirectoryIndex disabled DirectoryIndex none #以上两个都可以用,webdav客户端不用被index文件挡住! Order Allow,Deny Allow from all Dav On AuthType Basic AuthName DAV AuthUserFile user.passwd Require user admin 在Linux里,把自动备份放到另外的目录。如:/home/user1/databackup
