I'd like to setup a squid instance to do selective reverse proxy for a configured list of URLs while acting as a normal forward proxy for everything else.
We are building new infrastructure, parallel live as it were, and I want to have a proxy that people can use that will force selective traffic into the new platform while 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 ?
The following seems to work for me, anything for www.myurl.com gets sent to the new servers and everything else is proxied as normal.