How to determine the "right" vhost in name based vhosting

2013-09-19 Thread Christoph Gröver
Hello, We usually use name based virtualhosts with something like the following configuration: NameVirtualHost IP:80 ServerName main.domain.tld ServerAlias alias.domain.tld .. ServerName www.domain.tld ServerAlias alt.domain.tld .. Now I'm looking for a function which reliab

Re: How to determine the "right" vhost in name based vhosting

2013-09-19 Thread Sorin Manolache
On 2013-09-19 16:39, Christoph Gröver wrote: Hello, We usually use name based virtualhosts with something like the following configuration: NameVirtualHost IP:80 ServerName main.domain.tld ServerAlias alias.domain.tld .. ServerName www.domain.tld ServerAlias alt.domain.tl