Squid - Selective reverse proxy and forward proxy
Posted
by
Dean Smith
on Server Fault
See other posts from Server Fault
or by Dean Smith
Published on 2012-12-04T16:38:55Z
Indexed on
2012/12/04
17:08 UTC
Read the original article
Hit count: 277
I'd like to setup a squid instance to do selective reverse proxy for a configured list of URLs whilst acting as a normal forward proxy for everything else.
We are building new infrastructure, parallel live as it where, and I want to have a proxy that people can use that will force selective traffic into the new platform whilst just acting as a forward proxy for anything else. This makes it very easy for people/systems to test the portions of the new platform we want without having to change too much, just use a proxy address.
Is such a setup possible ?
© Server Fault or respective owner