> Hello Everyone.
> I'm using squid for reverse proxy.
>
> Original server has following URI .
>
> http://www.xyz.com/abc.swf
> http://www.xyz.com/abc.swf?id=xxx
> http://www.xyz.com/abc.swf?id=yyy
>
> Squid know that is dyanamic page.
> Squid store three objects. ( abc.swf , abc.swf?id=xxx,
Hello Everyone.
I'm using squid for reverse proxy.
Original server has following URI .
http://www.xyz.com/abc.swf
http://www.xyz.com/abc.swf?id=xxx
http://www.xyz.com/abc.swf?id=yyy
Squid know that is dyanamic page.
Squid store three objects. ( abc.swf , abc.swf?id=xxx, abc.swf?id=yyy )
I