On Monday 25 August 2003 9:54 pm, Bart Dumon wrote: > i'm looking into putting up squid in accelerator mode to cache > the content on 2 web servers containing lots of dynamic content
What's your definition of dynamic? How does the caching proxy know it's safe to cache something; how does it know it needs to get new content from the real server? > and when i look at the access log it only show url's > without querystring, everything behind the question mark is > gone, so i'm absolutely unsure wheter squid is caching > the actual content. because if it's not, it's quite useless :) Try strip_query_terms=off in your squid.conf Antony. -- Normal people think "if it ain't broke, don't fix it". Engineers think "if it ain't broke, it doesn't have enough features yet".
