I have two servers (apache http) but only one public IP address and I need to make both accesible. The two servers are in the same LAN, so you can access to one of these servers from the another.
Is there some way to show the contents (a webpage) of Server 2 using Server 1 like a "bridge" (without losing the accesibility to the webpage hosted in server 1)?? Thanks a lot.
PD: I can't modify the router rules
I think you are looking for Apache reverse proxy: http://httpd.apache.org/docs/2.2/mod/mod_proxy.html