reverse proxy only from one internal server
        Posted  
        
            by 
                hrost
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by hrost
        
        
        
        Published on 2012-06-05T10:24:04Z
        Indexed on 
            2012/06/05
            10:41 UTC
        
        
        Read the original article
        Hit count: 345
        
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?
© Server Fault or respective owner