Pastebin

Paste #1153: svn config

< previous paste - next paste>

Pasted by tdn

Download View as text

  1 <VirtualHost svn.server:443>
  2   SSLEngine On
  3   SSLCertificateFile /data/certs/svn.server.pem
  4   ServerName svn.server
  5   ServerAdmin webmaster@server
  6
  7   DocumentRoot /data/www/virtual/svn.server/htdocs
  8
  9   <location /svn>
 10     DAV svn
 11     SVNParentPath /data/svn/svn.server/svn
 12     SVNListParentPath on
 13     AuthzSVNAccessFile /data/svn/svn.server/svn/.permissions
 14     Satisfy Any
 15     Require valid-user
 16     AuthType Basic
 17     AuthName "Subversion Repository"
 18     AuthUserFile /data/svn/svn.server/svn/.passwords
 19   </location>
 20
  .
  .
  .
105 </VirtualHost>

New Paste


Do not write anything in this field if you're a human.

Go to most recent paste.