Guest User

Untitled

a guest
Jul 17th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <Location /proxy-tester>
  2. DAV svn
  3. SVNPath /path/to/repo
  4. Order deny,allow
  5. Deny from all
  6. # Only let the master server access this Location:
  7. Allow from master.server.tld
  8. AuthType Basic
  9. AuthName "Subversion slave repository tester @ slave.server.tld"
  10. AuthUserFile /path/to/syncproxy.htpasswd
  11. Require valid-user
  12. </Location>
  13.  
  14. <Location />
  15. Include /path/to/auth.conf
  16. </Location>
Add Comment
Please, Sign In to add comment