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



Reply via email to