ポンドにWebDavサポートを実装するにはどうすればよいですか?
エラー:
svn:「[repo]「認証に失敗しました」のオプション
例が見つかりません。私が持っているものは私に与えますunknown directive
ListenHTTPS
        Address 192.168.1.200
        Port 443
        Cert "/etc/pound/server.pem"
        WebDav 1
        HTTPSHeaders 1 "Front-End-Https: on"'
        Service
                HeadRequire "Host: .*svn.mydomain.com.*"
                BackEnd
                        Address 192.168.1.21
                        Port    80
                End
        End
        Service
                HeadRequire "Host: .*svn.mydomain.org.*"
                BackEnd
                        Address 192.168.1.21
                        Port    80
                End
        End
End