Apache Server Information

Module Name: mod_cache.c
Content handlers: yes
Configuration Phase Participation: Create Directory Config, Merge Directory Configs, Create Server Config, Merge Server Configs
Request Phase Participation: Quick Handler, Content Handlers, Insert Errors
Module Directives:
CacheEnable - A cache type and partial URL prefix below which caching is enabled
CacheDisable - A partial URL prefix below which caching is disabled
CacheMaxExpire - The maximum time in seconds to cache a document
CacheMinExpire - The minimum time in seconds to cache a document
CacheDefaultExpire - The default time in seconds to cache a document
CacheQuickHandler - Run the cache in the quick handler, default on
CacheIgnoreNoLastMod - Ignore Responses where there is no Last Modified Header
CacheIgnoreCacheControl - Ignore requests from the client for uncached content
CacheStoreExpired - Ignore expiration dates when populating cache, resulting in an If-Modified-Since request to the backend on retrieval
CacheStorePrivate - Ignore 'Cache-Control: private' and store private content
CacheStoreNoStore - Ignore 'Cache-Control: no-store' and store sensitive content
CacheIgnoreHeaders - A space separated list of headers that should not be stored by the cache
CacheIgnoreQueryString - Ignore query-string when caching
CacheIgnoreURLSessionIdentifiers - A space separated list of session identifiers that should be ignored for creating the key of the cached entity.
CacheLastModifiedFactor - The factor used to estimate Expires date from LastModified date
CacheLock - Enable or disable the thundering herd lock.
CacheLockPath - The thundering herd lock path. Defaults to the '/mod_cache-lock' directory in the system temp directory.
CacheLockMaxAge - Maximum age of any thundering herd lock.
CacheHeader - Add a X-Cache header to responses. Default is off.
CacheDetailHeader - Add a X-Cache-Detail header to responses. Default is off.
CacheKeyBaseURL - Override the base URL of reverse proxied cache keys.
CacheStaleOnError - Serve stale content on 5xx errors if present. Defaults to on.
Current Configuration: