TGTGInsighttelegram intelligenceLIVE / telegram public index
Post content
帖子内容
#tips#Linux WebDav 无法连接怎么办? 有时客户端连接服务器会提示错误: Could not authenticate to server: could not handle non-ASCII username in Digest challenge 在其他方法都无效时,不妨试试将授权方式从” Digest “ 换为 ” Basic “。相应的,也需要换用 htpasswd 重新生成用户信息。 详见:https://wiki.archlinux.org/title/WebDAV#Apache_2 @lightFantasy