环境搭建参考:
1、linux下,简单http访问
环境搭建参考:https://devops.profitbricks.com/tutorials/how-to-set-up-webdav-with-apache-on-centos-7/
windows访问参考:http://www.jianshu.com/p/eee95efbcd07
注意:apache用户需要对DavLockDB的上级路径有权限。
mod_bdav的配置文件在不同apache下有不同。
window7访问需要修改注册表。
2、linux下,https配置
环境搭建参考:https://www.server-world.info/en/note?os=CentOS_7&p=httpd&f=12
客户端405错误解决:http://serverfault.com/questions/206052/how-do-i-enable-http-dav-in-apache
1、配置ssl认证
根认证
server认证
client认证
2、配置ssl,测试https访问
3、配置dav
http://httpd.apache.org/docs/current/mod/mod_dav.html#dav
Full Example