Re: [squid-users] intercept and change a css file in reverse proxy

2011-05-30 Thread Amos Jeffries

On 30/05/11 15:37, Evuraan wrote:

I've a reverse proxy, and I've to fix somebody else's mess(!)

I am looking to intercept and change a specific css file's content from:

 src: url("/online/wrong.eot");

to:

 src: url("/online/correct.eot");

Is this possible? Any pointers will be much appreciated!


Not with Squid sorry.

Squid is designed not to pay with the body content. If you are lucky you 
could find some content filtering to do it. The only real solution 
though is to change the files or code on the web server.


Amos
--
Please be using
  Current Stable Squid 2.7.STABLE9 or 3.1.12
  Beta testers wanted for 3.2.0.7 and 3.1.12.1


[squid-users] intercept and change a css file in reverse proxy

2011-05-29 Thread Evuraan
I've a reverse proxy, and I've to fix somebody else's mess(!)

I am looking to intercept and change a specific css file's content from:

src: url("/online/wrong.eot");

to:

src: url("/online/correct.eot");

Is this possible? Any pointers will be much appreciated!

Thanks!