Guest User

Untitled

a guest
Apr 23rd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <Location /svn>
  2. DAV svn
  3. SVNParentPath /var/www/svn
  4. SVNListParentPath on
  5. SSLRequireSSL
  6. #
  7. # # Limit write permission to list of valid users.
  8. <LimitExcept GET PROPFIND OPTIONS REPORT>
  9. # # Require SSL connection for password protection.
  10. #
  11. AuthType Basic
  12. AuthName "netacus.org svn"
  13. AuthUserFile /etc/svn-auth-file
  14. Require valid-user
  15. </LimitExcept>
  16. </Location>
Add Comment
Please, Sign In to add comment