[請益] subversion repository with Apache+OpneSSL

看板NetSecurity (資安 資訊安全)作者 (ccc)時間16年前 (2009/01/30 03:18), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
Hi, 我試著安裝subversion repository,但是卻遇到一些問題 目前我的server會允許 有SSL加密的連線 但是我試著輸入帳號密碼都沒有用 server還是不斷的要求我輸入帳號跟密碼 不知道有沒有高手可以指點下,謝謝 以下是一些設定值 Here are my setting /**httpd.conf**/ <Location /repos> DAV svn SVNParentPath "E:/SVNRepos" # how to authenticate a user AuthType Basic AuthName "Subversion repository" #SSLCertificateFile conf/ssl.crt/server.crt #SSLCertificateKeyFile conf/ssl.key/server.key AuthUserFile "E:/SVNRepos/passwd.ini" # only authenticated users may access the repository Require valid-user # For any operations other than these, require an authenticated user. #<LimitExcept GET PROPFIND OPTIONS REPORT> # Require valid-user #</LimitExcept> # our access control policy AuthzSVNAccessFile "E:/SVNRepos/authz.ini" </Location> /**httpd.conf**/ //** passwd.ini**// [test]:$apr1$N6......$OFzLW8Rgj21bmzuJyPmLZ/ [rusk]:1234 //** passwd.ini**// //** authz.ini**// [groups] pm = rusk developers = rusk,test everyone = * [/] * = [project1:/] @pm=rw @developers=r //** authz.ini**// Very appreciate if anyone can give me some hint about what's going wrong? -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 128.83.198.105
文章代碼(AID): #19WW4EBx (NetSecurity)
文章代碼(AID): #19WW4EBx (NetSecurity)