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: Reverse Proxy Question
Author
VoodooMill



Joined: 11 Jan 2007
Posts: 60

PostPosted: Sat 19 May '07 0:33    Post subject: Reverse Proxy Question Reply with quote

Hey all,

When Apache is configured as a Reverse Proxy all requests it receives from a client are retrieved from configured resources (by the proxy) and then returned to the client (by the proxy). The client should only show connections to the Apache proxy on port 80 correct? The client shouldn't be aware of anything other than the proxy right? Am I interpretting how a reverse proxy is supposed to work correctly?
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Mon 18 Jun '07 16:33    Post subject: Reply with quote

Yes, that is right. The client sees only the path you set in your config

i.e.
http://yourhost.tld/ms => microsoft.com
Back to top
VoodooMill



Joined: 11 Jan 2007
Posts: 60

PostPosted: Fri 22 Jun '07 19:20    Post subject: Reply with quote

Great, thanks for the reply James.
Back to top


Reply to topic   Topic: Reverse Proxy Question View previous topic :: View next topic
Post new topic   Forum Index -> Apache