reverse proxy only from one internal server
- by hrost
I have configured a reverse proxy and is working ok for one internal server, for example our mail server.
Now, I like to know if it is possible to configure a reverse proxy for only one server /application (in this case our web intranet).
Our problem is Intranet call another aplication inside same intranet server and another internal servers, and the only way that I know to publish this resources is make a reverse proxy in our dmz apache for all apllications servers, but I like that from our DMZ reverse apache only intranet will be called, and other applications will be called by intranet server, and not reverse proxy.
I like to configure with this system for security reason, and only allow external access to one server.
I have configured With Debian Squeeze and apache 2.2
It is possible? How?