d baud wrote:
> 
> Is is possible to have squid look for a particular pattern in the HTML
> code and replace it with some other HTML code ?
> The reason why I need to do this would be for applications like:
> - Using squid as a proxy to remove banners from some web sites.
> - Using squid as a proxy to remove rogue Java/activex applets.
> - ...
> 
> D Baud

Squid isn't really designed to do this sort of thing. Needing to do
something very similar to these tasks, I wrote a little proxy-server in
C++ to act as a parent to squid. I'd recommend you use one of the
off-the-shelf solutions that's floating around, or write something.

D

Reply via email to