]> git.pld-linux.org Git - packages/subversion.git/blob - subversion-dav_svn.conf
b1352c2189798099f9c184797db906da subversion-r1587.tar.gz
[packages/subversion.git] / subversion-dav_svn.conf
1  #<Location /svn/repos>
2  #   DAV svn
3  #   SVNPath /home/svnroot
4  #
5  #   # Limit write permission to list of valid users.
6  #   <LimitExcept GET PROPFIND OPTIONS REPORT>
7  #      # Require SSL connection for password protection.
8  #      # SSLRequireSSL
9  #
10  #      AuthType Basic
11  #      AuthName "Authorization Realm"
12  #      AuthUserFile /absolute/path/to/passwdfile
13  #      Require valid-user
14  #   </LimitExcept>
15  #</Location>
16
This page took 0.034747 seconds and 4 git commands to generate.