On 6/21/13 6:44 AM, Réjean Bouchard wrote:
In my case, the cache_vary_headers is off. Here is all "vary" lines in my
records.config :
CONFIG proxy.config.http.cache.enable_default_vary_headers INT 0
CONFIG proxy.config.http.cache.vary_default_text STRING NULL
CONFIG proxy.config.http.cache.vary_default_images STRING NULL
CONFIG proxy.config.http.cache.vary_default_other STRING NULL
I attach the entire file with this mail. I currently use version 3.2.4.
What version did you use? The question is: how can we purge a file if the
original URL is not available?
If you send a "PURGE" request it also goes through the remap rules, and
will purge the appropriate entry in cache.
curl -X PURGE http://ts1.example.com/test.txt
I don't know if the cache inspector does the same (I'd imagine it would,
but not sure, I never use it).
-- Leif