Question about Apache+openSSL for subversion

Allgemeines Forum zum Thema Apache Friends. Bei Problemen mit XAMPP bitte entweder das Linux- oder das Windows-Forum benutzen. Hier geht's wirklich nur ganz allgemein um Apache Friends.

Question about Apache+openSSL for subversion

Postby Rusk » 29. January 2009 18:50

Hi,
I am trying to setup subversion repository with apache+ OpenSSL.

All things seem do well in the setting, but after the setting I can't log in with SSL.
The server just repeatably show up dialogue to ask for user name and password.
I have input the correct name and password, but this dialogue keep showing up and I can't log in the repository.

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?

Regards,
Rusk
Rusk
 
Posts: 1
Joined: 29. January 2009 18:41

Return to Apache Friends

Who is online

Users browsing this forum: No registered users and 9 guests