Skip to content

Instantly share code, notes, and snippets.

@shadowhand
Created March 3, 2009 14:41
Show Gist options
  • Save shadowhand/73343 to your computer and use it in GitHub Desktop.
Save shadowhand/73343 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName svn.mukurutrac.ath.cx
ServerAdmin support@mukuru.com
DocumentRoot /var/svn/
<Location />
DAV svn
SVNParentPath "/var/svn/"
AuthPAM_Enabled On
AuthPAM_FallThrough Off
AuthBasicAuthoritative Off
AuthShadow On
AuthType Basic
AuthName "Mukuru Development"
Require group developers
</Location>
ErrorLog /var/log/apache2/svn.mukurutrac.ath.cx.error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog /var/log/apache2/svn.mukurutrac.ath.cx.access.log combined
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment