WebDAV目前的设置可以从ubuntu上mount,也可以从Mac电脑上mount,但是windows7死活不行,不知道是哪里有问题。 有post说是windows不支持AuthType Basic(httpd.conf), 但我用AuthType Digest也不行。AuthType Digest在Linux下貌似有问题,于是我又用回了Basic,遂在ubuntu下测试成功,在Mac下测试成功。
这两种Type之间到底有什么区别?有待查询
# grep ssl_module -rI /etc/httpd/* conf/httpd.conf:LoadModule ssl_module /usr/lib64/httpd/modules/mod_ssl.so conf.d/ssl.conf:LoadModule ssl_module modules/mod_ssl.so |
#LoadModule ssl_module modules/mod_ssl.so |
# httpd -t Syntax OK |