Replies: 3 comments 6 replies
-
使用nginx的解决方法后还是有同样的问题,感觉应该是alist的问题 |
Beta Was this translation helpful? Give feedback.
0 replies
-
alist 配置文件中域名写反代后的域名 |
Beta Was this translation helpful? Give feedback.
5 replies
-
加上 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
问题描述
我的alist放在威联通的NAS上,局域网通过类似
http://192.168.1.2:5244/dav/public
的url可以对里面的文件正常重命名或者移动位置。但通过自带的apache反代之后就不行了,其他操作(新建、删除、上传、下载)是OK的,此时的url类似
https://alist.DOMAIN.com:12345/dav/public
。在win10、android上的mixplorer上测试都是类似的情况,而且威联通自带的webdav也是如此。日志里的报错信息如下:
apache的配置如下:
可能的原因
apache没有正确返回修改后的路径,导致重命名失败.
网上搜到的多是使用nginx的解决方法,apache如何配置有没有大佬指点一二呢?
会不会跟tls有关还没测试,也许可以用http协议试一下
Beta Was this translation helpful? Give feedback.
All reactions