ok really dumb question
I've re-installed apache to another machine and its doing the same thing it
was before, all pointing to the main page...
but I have the same chunk of code that worked (but modified it to work with
the new dir structrue), but doesnt work...
and when I ping test1 I get the error "Ping request could not find host
test1."
Listen 80
Listen 8085
Listen 5555
NameVirtualHost *:8085
NameVirtualHost *:5555
<VirtualHost *:8085>
ServerName test1
DocumentRoot c:\web\028_caferisko\
<Directory c:\web\028_caferisko\>
Options FollowSymLinks
AllowOverride None
</Directory>
</VirtualHost>
<VirtualHost *:5555>
ServerName test2
DocumentRoot c:\web\test2
<Directory c:\web\test2>
Options FollowSymLinks
AllowOverride None
</Directory>
</VirtualHost>
>> Stay informed about: virtual host document root question