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         dcchap...@acm.org
>      Chapman Consulting -- San Jose, CA

Reply via email to