Sander Striker wrote:
> 
> Eli Marmor wrote:
> [...]
> > CacheForOffline?  (or Cache4Offline)
> >
> > Offline browsing is the main case where you need such absolute caching.
> > But it requires you to cache EVERYTHING. Including dynamic content, and
> > even different content according to different POST input. Maybe two
> > directives are needed, one for using the cache only if the cookies are
> > the same.
> >
> > All of that requires changing the caching mechanism to keep POST input,
> > cookies, etc.
> 
> I think you just proved Justins point.  Above is all about response
> Cache-Control.  The current CacheIgnoreCacheControl only affects request
> Cache-Control.  Confuzzled yet ;) :)
> 
> Sander

If I recall correctly, there were MANY conditions in mod_cache that
prevented caching (like checking for a POST method, no-store, no-cache,
auth, GET args, private, public, must-revalidate, maxage, etc.).

My idea was to have one directive, with an option for each of them,
including the conditions that are already supported, plus two special
options - one that represents the empty set of options, and one that
turns on all of the options.

-- 
Eli Marmor
[EMAIL PROTECTED]
Netmask (El-Mar) Internet Technologies Ltd.
__________________________________________________________
Tel.:   +972-9-766-1020          8 Yad-Harutzim St.
Fax.:   +972-9-766-1314          P.O.B. 7004
Mobile: +972-50-5237338          Kfar-Saba 44641, Israel

Reply via email to