Hostname forward

I am hoping someone could help me with this issue.

At this moment, any requests to my site is now served by my personal Linux machine with Apache (machine name: setcomputing). What I want to be able to do is the following: when a user types: dev.setcomputing.com I want to be able to forward this request to a windows machine (singularity).

My setup is the following. Both setcomputing and singularity are
connected using a NETGEAR RP614 router. Each machine therefore is assigned a private IP address. What I want to do is any requests to: dev.setcomputing.com to be forwarded to 192.168.0.2 (singularity or the windows machine).

NOTE: The primary web-server is: Apache.

Is this possible? I know how to setup VirtualHosts which can map
hostnames to Directories but is mapping from hostnames to IP addresses (or machines) possible?

Thanks a lot !!!
- Salman.

 

 

 

 

Top