On Wed, 11 Nov 2009 18:22:18 -0600, Sean Neilan <sean@xxxxxxxxxxxxxx> wrote: > Dear Squid User's Mailing List, > I would like to set up squid as a transparent proxy and in addition, > make sure squid itself uses ProxyStrike as a proxy. It's like a proxy > going through a proxy. I understand how to set up squid as a > transparent proxy on a linux system, but, after that, how do I > configure squid to use ProxyStrike? > > ProxyStrike http://code.google.com/p/proxystrike/ is a proxy which > allows you to analyze web requests and it's very useful. > > If anyone could point me in the right direction to making squid use > proxystrike, it would be greatly appreciated as there is a lot of > documentation to sift through. > > Thank you very much for your time. > > -Sean Neilan > sean@xxxxxxxxxxxxxx If it accepts regular HTTP requests use the cache_peer directive of Squid to pass requests to it. Amos