Matus UHLAR - fantomas wrote:
On 17.09.09 13:11, Matthew Morgan wrote:
Is there a way to configure squid so that objects from a certain domain
are cached permanently? I am trying to get a windows update caching
server up, and I want to make sure the LRU manager doesn't delete any of
the cached updates. Other cached data can be deleted as needed.
caching windows updates is not easy since thery are huge files, usually only
a part of them is being fetched which very squid-unfriendly (well, it's
completely caching-unfriendly).
Read http://wiki.squid-cache.org/SquidFaq/WindowsUpdate
Thanks! I had actually already read that and implemented the
"range_offset_limit -1" option. Hopefully that will take care of that
particular issue. :)