What is the difference between transparent and reverse proxy?
OK, it may sound like a naive question, but one can set up a transparent
proxy to be a de facto a reverse proxy:
- redirect traffic (iptables) from port 80 to 3128
- add to squid.conf:
acl proxy_websites dstdomain .example.tld
http_access allow proxy_websites
And we have a transparent proxy which is a reverse proxy when someone is
trying to reach www.example.tld.
Why should I use all directives for configuring a reverse proxy, if it
works with the setup explained above?
Or, am I missing something important here?
-- Tomasz Chmielewski http://wpkg.orgReceived on Tue Mar 17 2009 - 06:59:16 MDT
This archive was generated by hypermail 2.2.0 : Tue Mar 17 2009 - 12:00:03 MDT