Ryan Schmidt wrote on Mon, Mar 14, 2011 at 15:34:10 -0500:
>
> On Mar 14, 2011, at 11:15, Daniel Shahaf wrote:
>
> >> You cannot use mod_rewrite or similar to fake this. Subversion clients do
> >> not follow HTTP redirects.
> >
> > They will in 1.7:
> > http://subversion.apache.org/docs/releas
On Mar 14, 2011, at 11:15, Daniel Shahaf wrote:
>> You cannot use mod_rewrite or similar to fake this. Subversion clients do
>> not follow HTTP redirects.
>
> They will in 1.7:
> http://subversion.apache.org/docs/release-notes/1.7#http-redirects
Neat! I see Subversion will in 1.7 follow perma
Ryan Schmidt wrote on Thu, Mar 10, 2011 at 20:09:31 -0600:
> On Mar 10, 2011, at 15:17, Daniel F. Garcia wrote:
>
> > 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
On Thu, Mar 10, 2011 at 9:09 PM, Ryan Schmidt
wrote:
> On Mar 10, 2011, at 15:17, Daniel F. Garcia wrote:
>
>> 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 a
On Mar 10, 2011, at 20:19, Daniel F. Garcia wrote:
>> The only way I know to accomplish the functionality you want is to define
>> each subdomain as its own VirtualHost, either manually or via a script you
>> write.
>> You will have to restart Apache when making changes, though a graceful
>>
> The only way I know to accomplish the functionality you want is to define
> each subdomain as its own VirtualHost, either manually or via a script you
> write.
> You will have to restart Apache when making changes, though a graceful
> restart shouldn't impact you too much.
My apache server r
On Mar 10, 2011, at 15:17, Daniel F. Garcia wrote:
> 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 requirem
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
SVNPare
On 3/10/2011 12:59 PM, Daniel F. Garcia wrote:
I have an apache server that has an alias of *.mydomain.com. What I want is to
setup svn paths that switch to different repositories according to the
subdomain. E.g.
http://subdomain1.mydomain.com/svn -> /var/svn/subdomain1
http://subdomain2.mydo
I have an apache server that has an alias of *.mydomain.com. What I want is to
setup svn paths that switch to different repositories according to the
subdomain. E.g.
http://subdomain1.mydomain.com/svn -> /var/svn/subdomain1
http://subdomain2.mydomain.com/svn -> /var/svn/subdomain2
http://subdo
10 matches
Mail list logo