RE: Subversion Integration » svn.conf
| 1 |
PerlLoadModule Apache::Redmine |
|---|---|
| 2 |
<Location /svn> |
| 3 |
DAV svn |
| 4 |
SVNParentPath /srv/svn |
| 5 |
SVNListParentPath On |
| 6 |
AuthType Basic |
| 7 |
|
| 8 |
# AuthName "Subversion Repository"
|
| 9 |
# AuthUserFile /etc/subversion/passwd
|
| 10 |
|
| 11 |
# 11:12 Attempt Redmine authorization....
|
| 12 |
AuthName "Redmine Subversion Repository" |
| 13 |
PerlAccessHandler Apache::Authn::Redmine::access_handler |
| 14 |
PerlAuthenHandler Apache::Authn::Redmine::authen_handler |
| 15 |
## for mysql
|
| 16 |
RedmineDSN "DBI:mysql:database=redmine;host=localhost" |
| 17 |
RedmineDbUser "redmine" |
| 18 |
RedmineDbPass "apassword" |
| 19 |
|
| 20 |
# Force login
|
| 21 |
<Limit GET PROPFIND OPTIONS REPORT> |
| 22 |
Require valid-user |
| 23 |
</Limit>
|
| 24 |
|
| 25 |
</Location>
|
- « Previous
- 1
- 2
- Next »