logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Use same link to route to different servers
Author
KaptKaos



Joined: 27 Aug 2010
Posts: 4

PostPosted: Thu 02 Sep '10 15:36    Post subject: Use same link to route to different servers Reply with quote

I know it is possible to setup a reverse proxy scenario where an Apache Web Server in a DMZ open to the Internet can forward requests through a firewall with port 443 open to an Apache Web Server inside a LAN and communicate with each other via SSL.

Is it also possible to set this up so a link to MyOrg.Com from within the LAN is handled directly by the server within the LAN (no SSL involved) and the same link from outside the LAN goes through the server in the DMZ?
Back to top
KaptKaos



Joined: 27 Aug 2010
Posts: 4

PostPosted: Fri 03 Sep '10 15:23    Post subject: Reply with quote

I think I found the answer. I just have to get the DNS server in the LAN to direct traffic from within to the server within the LAN. While the server out side the LAN direct traffic to the server outside the LAN.
Back to top


Reply to topic   Topic: Use same link to route to different servers View previous topic :: View next topic
Post new topic   Forum Index -> Apache