$wget http://127.0.1.1
在Web浏览器中使用webmin:
https://localhost:10000/Servers>Apache WebServer>Global configuration>Configure Apache Modules>
启用dav模块:
Configure Apache ModulesModule Current statedav Enabledav_fs Enabledav_lock Enable<Enable Selected Modules>
在命令行重新启动apache:
$sudo /etc/init.d/apache2 restart
调用命令行dav客户端:
$cadaver http://127.0.1.1Could not access / (not WebDAV-enabled?):405 Method Not AllowedConnection to `127.0.1.1' closed.dav:!>
缺什么?
解决方法 Apache的错误日志说什么?我发现错误日志对于解决WebDAV错误非常有用.您是否为任何网址启用了WebDAV?例:
<Location /> Dav On</Location>
你有没有设置DavLockDB?
总结以上是内存溢出为你收集整理的linux – Apache dav模块产生尸体:无法访问/(不支持WebDAV?)全部内容,希望文章能够帮你解决linux – Apache dav模块产生尸体:无法访问/(不支持WebDAV?)所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)