Re: ACTION-845 - Finalize information on caching concept, now live, and contribute it to the list

Le vendredi 12 septembre 2008 à 14:33 +0200, Scheppe, Kai-Dietrich a 
> FF and Opera:
>  
> Correct behavior, irrespective if a proxy was configured or not.
>       * response code 200 if a file was new or modified
>       * response code 304 if unmodifed.

I think this behavior is independent of whether you use an access-based
or modification-based setting. Basically, it should only depends on
whether the resource is served with a Last-Modified header (or an ETag),
which itself appears in Apache as soon as mod_expires is enabled
(ExpiresActive On + ExpiresDefault ...).

(but maybe I misunderstood what you were suggesting...)

Dom

Received on Friday, 12 September 2008 13:20:38 UTC