扫描二维码关注官方公众号
返回列表 发布新帖

[玩法/技巧] WEBDAV 权限问题解决

8948 5
发表于 2018-5-16 08:28:23 | 显示全部楼层 阅读模式

来吧兄弟,一起玩一起讨论!

您需要 登录 才可以下载或查看,没有账号?注册

×
打开提示You don't have permission to access /test/ on this server这问题的解决办法
修改/etc/config/apache/extra/apache-dav.conf
定位到
你共享的文件名如我要共享 “soft" "Print“
  1. Alias "/print" "/share/CACHEDEV1_DATA/print"
  2. <Directory "/share/CACHEDEV1_DATA/print">
  3.         #Options FollowSymLinks
  4.         Options FollowSymLinks MultiViews Indexes
  5.         AllowOverride All
  6.         Order allow,deny
  7.         Allow from all
  8. </Directory>
  9. <Location "/print">
  10.         IndexOptions Charset=UTF-8
  11.         Dav On
  12.         AuthType Basic
  13.         AuthName "DAV-print"
  14.         AuthBasicProvider external
  15.         AuthExternal pwauth
  16.         <LimitExcept OPTIONS>
  17.                 require user "admin"
  18.         </LimitExcept>
  19. </Location>
  20. Alias "/soft" "/share/CACHEDEV1_DATA/soft"
  21. <Directory "/share/CACHEDEV1_DATA/soft">
  22.         #Options FollowSymLinks
  23.         Options FollowSymLinks MultiViews Indexes
  24.         AllowOverride All
  25.         Order allow,deny
  26.         Allow from all
  27. </Directory>
  28. <Location "/soft">
  29.         IndexOptions Charset=UTF-8
  30.         Dav On
  31.         AuthType Basic
  32.         AuthName "DAV-soft"
  33.         AuthBasicProvider external
  34.         AuthExternal pwauth
  35.         <LimitExcept OPTIONS>
  36.                 require user "admin"
  37.         </LimitExcept>
  38. </Location>
复制代码
Options FollowSymLinks 改为 Options FollowSymLinks MultiViews Indexes
然后重启
/etc/init.d/Qthttpd.sh restart
应该就可以了 ,本人亲测

评论5

空空空、白Lv.5 发表于 2018-8-22 11:08:38 | 显示全部楼层
谢谢分享
回复 点赞

使用道具 举报

20133114Lv.3 发表于 2018-8-7 17:48:26 | 显示全部楼层
谢谢分享
回复 点赞

使用道具 举报

deepbluezLv.3 发表于 2018-8-7 15:35:19 | 显示全部楼层
谢谢分享,正好要用
回复 点赞

使用道具 举报

zhuxulinLv.2 发表于 2018-5-19 20:35:29 | 显示全部楼层
看到这个我就想起了以前lamp的时候,配置服务器目录权限的时候了
回复 点赞

使用道具 举报

momoVIP互助团队 发表于 2018-5-16 11:27:24 | 显示全部楼层
谢谢分享
回复 点赞

使用道具 举报

回复

懒得打字嘛,点击右侧快捷回复 【本站酷狼4T,750元】
您需要登录后才可以回帖 登录 | 注册

本版积分规则

投诉/建议联系

support@gebi1.cn

未经授权禁止转载,复制和建立镜像,
如有违反,追究法律责任
  • 关注公众号
  • 添加微信客服
Copyright © 2001-2024 隔壁网 版权所有 All Rights Reserved. 粤ICP备14056481号-1
关灯 在本版发帖
扫一扫添加微信客服
返回顶部
快速回复 返回顶部 返回列表