On Sun, Jun 17, 2007, Andreas Pettersson wrote: > Alexandre Correa wrote: > >Hello squid-users !!! > > > >i have one question about caching same file on diferent url !! how > >squid act in this situation: > > > > > >www.xxx.xxx.com/file.exe > >www.yyy.yyy.com/file.exe > > > >same file... > > > >squid cache one file ? > > > No, if they are cachable they will be cached as two separate files. But if you'd like a fun project, figure out how to patch Squid to consider those equivalent for storage and retrieval; youtube caching would be possible with something like that. Adrian