Or, to be a bit more specific - there are some tutorials I already read, but I don't know how to implement it with ISPConfig3...
Let my domain be
http://www.myDomain.com
My SVN should be available trough
https://svn.myDomain.com
So, a few questions:
1) Do i do this in the Options tab of myDomain.com, or should I create a Subdomain or completly new Domain?
2) As far as I found out, I have to add the following lines to my Apache config:
Code:
DAV svn
SVNParentPath /var/svn
AuthType Basic
AuthName "Subversion Repository"
AuthUserFile /usr/local/svn-root/dav_svn.passwd
Require valid-user
SSLEngine on
SSLCertificateFile /etc/apache2/apache.pem
But do I have to do all this with ISPConfig as well? Because I think ISPConfig is doing the SSL thing already... but what about the rest?
So in overall, what do I have to add to the Domain-Options -> Apache directives box?
Thanks,
Kira