Skip to content

Instantly share code, notes, and snippets.

@gtrak
Created April 30, 2012 21:14
Show Gist options
  • Save gtrak/2562746 to your computer and use it in GitHub Desktop.
Save gtrak/2562746 to your computer and use it in GitHub Desktop.
<Location /svn>
DAV svn
SVNParentPath /var/www/svn
SSLRequireSSL
AuthType Basic
AuthName "Restricted Files"
AuthUserFile "/etc/bugzilla/passwords"
AuthGroupFile "/etc/bugzilla/groups"
# Require group Bugzilla
Require valid-user
Deny from all
</Location>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment