NameVirtualHost *:443 LoadModule ssl_module /usr/lib/apache2/modules/mod_ssl.so SSLEngine On SSLCertificateFile /etc/apache2/ssl/apache.pem ServerAdmin hoohee@send_me_spam_here.com DocumentRoot /home/http Options FollowSymLinks AllowOverride None ErrorLog /var/log/apache2/error.log CustomLog /var/log/apache2/access.log combined LogLevel warn ServerSignature On AuthType Basic AuthName "SVN Repository" AuthUserFile /home/svn/conf/dav_svn.passwd Require valid-user Options ExecCGI -MultiViews +SymLinksIfOwnerMatch AllowOverride None DAV svn SVNPath /home/svn AuthType Basic AuthName "SVN Repository" AuthUserFile /home/svn/conf/dav_svn.passwd Require valid-user AuthzSVNAccessFile /home/svn/conf/authz