![]() |
SVN over HTTPS?
Hi,
is there a nice tutorial on how to setup SVN via Apache2/HTTPS with ISPConfig3? Thanks, Kira |
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 svnSo in overall, what do I have to add to the Domain-Options -> Apache directives box? :) Thanks, Kira |
AFAIK, if you enable SSL and create an SSL cert, ISPConfig creates two vhosts, one ofr http and one for https. If oyu enable WebDAV, it is added to both vhosts.
|
Hi,
thanks a lot - got it to work :) Only one thing... I added this to my Apache Directives in the Options tab: Code:
<Location /svn/>https://www.myDomain.com/svn But, I'd like to have it via: https://svn.myDomain.com/ I tried to do this with an Sub-Domain entry (Redirect Type "NoFlag" and "/svn" as target), but this didn't work.. Any idea how I can do this? I don't want to create a new site "svn.myDomain.com" just for this silly thing :( Thanks, Kira |
Is it not possible to do this?
Maybe with an own Apache Directive somehow? Cheers, Kira |
| All times are GMT +2. The time now is 03:50. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.