mod_cache implements an RFC 2616 compliant HTTP content cache that can be used to cache either local or proxied content. mod_cache requires the services of one or more storage management modules. Two storage management modules are included in the base Apache distribution:
Content stored and retrived keyed to the URL. Content with access protections is not cached.
The
The
The maximum time in seconds to cache a document.
The default time in seconds to cache a document.
Ignore responses where there is no Last Modified Header
Ignore requests from the client for uncached content
The factor used to estimate the Expires date from the LastModified date.