Hello, virtual host is not working. I get always content starting from /www/ host file is also ok. What I see is content always h t t p ://site2 === h t t p://site1--------------- Well it was late !!!! RIC any ideas, it is windows xp home italian. Can I do some debugging to see what is wrong? Admin Virtual Host is working i.e. setting up everything, only apache strikes. NameVirtualHost * Listen is set to port 80 Userdir is /www/ ##########VIRTUAL HOST SETUP########## # site1 <VirtualHost *> ServerName site1.dev DocumentRoot /www/ </VirtualHost> # site1 <VirtualHost *> ServerName site2 DocumentRoot /www/site2 </VirtualHost> thanks tim