> 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 want to store once. ( abc. swf )
> And wished to handle abc.swf, abc.swf?id=xxx, abc.swf?id=yyy by same
> thing.
>
> Does squid make to recognize that is static page ?
>
> Thank you very much for your help and advice
>

Squid 2.7 (and maybe 2.6stable18) support a store-url rewriter. Which can
be configured to map all those URI to the one object.

Amos

Reply via email to