Listen 192.170.2.1:80
Listen 192.170.2.5:8000
but an IP address is assigned to a PARTICULAR MACHINE.
(like in my lan. i am assinged 10.108.7.56 by DHCP or i can manually fix my ip address(not addresses) .)
is it that a single machine can have multiple ip addresses?
if yes then there is no point in the concept of VIRTUAL Hosting.
if no, then what does the above two Listen directives say. I mean How can apache server running on machine(192.170.2.1) listen on a different machines(192.170.2.5)
httpd.apache.org/docs/2.2/vhosts/name-based.html
what does this "all IP addresses on the server" means??In the normal case where any and all IP addresses on the server should be used, you can use * as the argument to NameVirtualHost.
now on my computer localhost(127.0.0.1) can i have a virtual host environment??
if no, then where can get feel of it?
[/u]