You modify
C:\Windows\System32\drivers\etc\HOSTS and add an entry starting with the ip
of the Apache server, then a tab, then demo1.. .Repeat but with demo2 in the
last step..
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
##########################
Please, if you are using windows, you may be infected by Swen. Please go
here to find out more:
<a style='text-decoration: underline;' href="http://us.mcafee.com/virusInfo/default.asp?id=helpCenter&hcName=swen" target="_blank">http://us.mcafee.com/virusInfo/default.asp?id=helpCenter&hcName=swen</a>
<a style='text-decoration: underline;' href="http://securityresponse.symantec.com/avcenter/venc/data/w32.swen.a@mm.html" target="_blank">http://securityresponse.symantec.com/avcenter/venc/data/w32.swen.a@mm.html</a>
##########################
"John M" <bali1a.RemoveThis@freemail.hu> skrev i meddelandet
news:Wwyrb.1049$ky5.42154@news.chello.at...
> Hello,
>
> I have a network at home with 2 PCs with WinXp. On PC1 run's apache with
> some virtual hosts. (see config below)
> If I write demo or demo1 or demo2 into the browser on PC1 it works fine.
> But how can I access them from the other computer?
>
> Thanks!
>
> NameVirtualHost 127.0.0.1
>
> <VirtualHost 127.0.0.1>
> DocumentRoot "h:\web\demo"
> ServerName demo
> </VirtualHost>
>
> <VirtualHost 127.0.0.1>
> DocumentRoot "h:\web\demo1"
> ServerName demo1
> </VirtualHost>
>
> <VirtualHost 127.0.0.1>
> DocumentRoot "h:\web\demo2"
> ServerName demo2
> </VirtualHost>
>
><!-- ~MESSAGE_AFTER~ -->