Setup a proxy (Not reverse proxy) using Varnish/Squid.

Posted by shabda on Server Fault See other posts from Server Fault or by shabda
Published on 2011-02-17T07:57:16Z Indexed on 2011/03/03 15:26 UTC
Read the original article Hit count: 247

Filed under:
|
|

I need to setup a proxy server where we can request remote urls and get them served locally.

Basically what I need is

mysever:8000/varnish/serverfault.com get me serverfault.com served from my local varnish

or

myserver:8080/squid/serverfault.com get me serverfault.com served from my local squid.

(Both should cache the site for 24 hours)

I am evaluating if

  1. Varnish or Squid will be a good choice for it.
  2. Which one will be a better fit?
  3. How do I do it. Links to tutorials would be good.

© Server Fault or respective owner

Related posts about proxy

Related posts about squid