From: squid proxy <[email protected]>
> I cannot understand this:
>
> # TAG: reload_into_ims on|off
> # When you enable this option, client no-cache or ``reload''
> # requests will be changed to If-Modified-Since requests.
> # Doing this VIOLATES the HTTP standard. Enabling this
> # feature could make you liable for problems which it
> # causes.
> #
> # see also refresh_pattern for a more selective approach.
> #
> #Default:
> # reload_into_ims off
>
> could someone pls explain?
My understanding is:
client no-cache or "reload" requests
= If the client fetches a page with its cache empty or with a "shift-reload"
will be changed to If-Modified-Since requests
= Squid will ignore these no-cache headers and only retrieve objects that
are more recent.
But... it does not work for me... :/
I have reload_into_ims on (plus ignore-reload ignore-no-cache in
refresh_pattern) and each time I do a shift-reload in my browser, squid fetches
again the whole page from the web server, even when he has everything already
in its cache...
JD