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
_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/