Sort By Tag: Servers

What is a reverse proxy?

    In the web world, a reverse proxy is often used to balance traffic going to a site across several servers. Here is a snippet from the sans institute that explains a reverse proxy in simpler terms:
So what exactly is a Reverse Proxy?

First let's review what a forward proxy or proxy is and how it works. A forward proxy acts as a gateway for a client's browser, sending HTTP requests on the client's behalf to the Internet.

The proxy protects your inside network by hiding the actual client's IP address and using its own instead.

When an outside HTTP server receives the request, it sees the requestor's address as originating from the proxy server, not from the actual client.

A Reverse Proxy proxies on behalf of the backend HTTP server, not on behalf of the outside client's request, hence the term "reverse".


Read more about this at: http://www.sans.org/reading_room/whitepapers/webservers/302.php

Powered_by_amethyst
Archive
Search
Tags
          Databases (1)
          General (2)
          Hosting (1)
          Hulihan Applications (3)
          Programming (1)
          Ruby (2)
          Ruby on Rails (6)
          Servers (1)
          Software (2)
view rss feed
This site is best displayed in FireFox 1.5+, IE 7+, and Opera 9+