I want to use apache to redirect all requests to 2 servers over my private network via (currently, I'm using public IP for 3 servers and servers are working through a private network... through server and I want to redirect users to 2 other servers "b,c" from through private IP Requests will be controlled through your IP
# Public IP 200.20.50.44
#vm 1 [a] "10.3.0.1"
#vm2[b] "10.3.0.2"
#vm3 [c] "10.3.0.3"
Can I do this through apache?