[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Hosting multiple subdomains with a common SVNParentPath under apache

From: Daniel F. Garcia <dgarcia_at_kobold.com.au>
Date: Fri, 11 Mar 2011 07:17:07 +1000

This is a good solution, but I have 2 additional requirements
* I have >100 subdomains and I want to save time setting them up (ok, I could script this)
* I need to be able to add subdomains without restarting apache

The 2nd requirement is why I used the *.mydomain.com alias and used the SVNParentPath directive.

Daniel.

> I don't use SVNParentPath because I have a limited number of repositories and don't add them on a regular basis. Instead I use VirtualHost directives:
>
> <VirtualHost 1.2.3.4:80>
> ServerName subdomain1.mydomain.com
> <Location /svn>
> DAV svn
> SVNPath /var/svn/subdomain1
> ...
> </Location>
> ...
> </VirtualHost>
>
> Note that VirtualHost directives are incompatible with https: access because the destination host name is encrypted with the rest of the packet data and Apache can't decrypt the
> packets before directing them.
>
> --
> David Chapman dcchapman_at_acm.org
> Chapman Consulting -- San Jose, CA
Received on 2011-03-10 22:21:12 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.