2 from invirt.config import structs as cfg
3 hostname = cfg.web.hostname
4 errmail = cfg.web.errormail
5 svnpath = cfg.svn.repopath
10 ServerName ${hostname}:1111
13 Options FollowSymLinks
20 AuthName "xvm.mit.edu subversion repository"
21 AuthUserFile /etc/apache2/dav_svn.passwd
22 <LimitExcept GET PROPFIND OPTIONS REPORT>
27 ErrorLog /var/log/apache2/error.log
29 # Possible values include: debug, info, notice, warn, error, crit,
33 CustomLog /var/log/apache2/svn_access.log combined
38 SSLCertificateFile ssl/server.crt
39 SSLCertificateKeyFile ssl/server.key