Hello, > NameVirtualHost 64.29.16.2 > <VirtualHost 64.29.16.2> > ... > </VirtualHost> > NameVirtualHost 64.29.16.2 > <VirtualHost 64.29.16.2> >... I think the problem could be the double NameVirtualHost 64.29.16.2 directive. You should remove the second one. Manuel