Hello,
I'm looking for assistance in setting up a web server host that proxies VM Guest web servers which can be accessed via proxy on the host web server
Example:
VMHost eth0 = a.b.c.d
VMHost vmnet = 192.168.1.1
VMGuest1 = 192.168.1.100
VMGuest2 = 192.168.1.101
All 3 are running apache2, hosting their own independent web content, it all works locally, in that opening a browser on the host, you can get to each of the content via private network IPs.
I wish the end result to look like from the main(outside) network:
http://a.b.c.d --> VMHost content
http://a.b.c.d/vmguest1/ --> proxies to VMGuest1
http://a.b.c.d/vmguest2/ --> proxies to VMGuest2
Any assistance would be greatly appreciated!
Thanks!
J.