Here is the setup:
Machine A:
Windows XP Home edition
Machine B:
OpenSUSE Linux (latest) with Apache web server (latest) installed.
Cables go from a router to Machine A and Machine B.
Machine A's ip is 192.168.2.100
Machine B's ip is 192.168.2.102
I have configured virtual hosts inside machine B. I have also edited the linux hosts file. The servers work fine if accessed from the Linux itself.
My question is how to access the different Virtual hosts on the Linux machine (B) from the web browsers at the Windows machine (A). If I type 192.168.2.102 I go to the files of the first configured virtual host on machine (B). But how to access the files of the other virtual hosts there ?!
What do I need to do ?! Thanks in advance.
Accessing Apache virtual hosts on Linux machine (B) from ...
Moderator: General Moderators
Re: Accessing Apache virtual hosts on Linux machine (B) from
Edit the Windows hosts file:
[text]%SystemRoot%\system32\drivers\etc\hosts[/text]
[text]%SystemRoot%\system32\drivers\etc\hosts[/text]
There are 10 types of people in this world, those who understand binary and those who don't
Re: Accessing Apache virtual hosts on Linux machine (B) from
Thanks! it worked.