On Thu, 2006-03-02 at 21:07 +0100, David wrote: > Hi, > > Is it possible to have some kind of web interface for SQUID? What I am > trying to do is the following. Let's say somebody requests: > > http://<mySquidURL>?<actualRequestURL> > > I want SQUID to take the above request and pass/relay the > <actualRequestURL>. The idea may seem strange but I have my reasons ;-) It should be a matter of writing a trivial redirector (beware for it not to be a security hole) together with squid running in accelerator mode. Kinkie