[Catalyst] Too greedy name-based Virtual Host

Xavier Robin robin0 at etu.unige.ch
Fri May 18 08:33:51 GMT 2007


Carl Johnstone a écrit :
> Have you setup another VirtualHost for site.domain.tld?
> 
> The first VirtualHost is automatically the default for all hostnames 
> that don't have their own VirtualHost configured.

It was exactly that !

<VirtualHost site1.domain.tld:80>
	ServerName    site1.domain.tld:80
	DocumentRoot  /var/www/normal_root
</VirtualHost>

It works perfectly now.

Thank you very very much ! :-D

Xavier




More information about the Catalyst mailing list