From ae3c5967e4600ba3cee641ad9d3637f954cc18de Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Wed, 22 Sep 2010 18:25:57 +0000 Subject: Remove duplicated word. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1000126 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/directives.html.en | 1 + docs/manual/mod/mod_cache.html.en | 25 + docs/manual/mod/mod_cache.xml | 2 +- docs/manual/mod/mod_cache.xml.ja | 2 +- docs/manual/mod/mod_cache.xml.ko | 2 +- docs/manual/mod/quickreference.html.en | 863 +++++++++++++++++---------------- 6 files changed, 461 insertions(+), 434 deletions(-) (limited to 'docs') diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en index a26448fc30..24627253d8 100644 --- a/docs/manual/mod/directives.html.en +++ b/docs/manual/mod/directives.html.en @@ -168,6 +168,7 @@
  • CacheReadSize
  • CacheReadTime
  • CacheRoot
  • +
  • CacheStoreExpired
  • CacheStoreNoStore
  • CacheStorePrivate
  • CGIMapExtension
  • diff --git a/docs/manual/mod/mod_cache.html.en b/docs/manual/mod/mod_cache.html.en index 334c9def45..e99cfe74d6 100644 --- a/docs/manual/mod/mod_cache.html.en +++ b/docs/manual/mod/mod_cache.html.en @@ -71,6 +71,7 @@
  • CacheMaxExpire
  • CacheMinExpire
  • CacheQuickHandler
  • +
  • CacheStoreExpired
  • CacheStoreNoStore
  • CacheStorePrivate
  • @@ -718,6 +719,30 @@ LastModified date. apply.

    + +
    top
    +

    CacheStoreExpired Directive

    + + + + + + + +
    Description:Attempt to cache responses that the server reports as expired
    Syntax:CacheStoreExpired On|Off
    Default:CacheStoreExpired Off
    Context:server config, virtual host
    Status:Extension
    Module:mod_cache
    +

    Since httpd 2.2.4, responses which are already-expired are not + stored in the cache. The CacheStoreExpired + directive allows this behavior to be overridden. + CacheStoreExpired On + tells the server to attempt to cache the resource if it is stale. + Subsequent requests would trigger an If-Modified-Since request of + the origin server, and the response may be fulfilled from cache + if the backend resource has not changed.

    + +

    + CacheStoreExpired On +

    +
    top

    CacheStoreNoStore Directive

    diff --git a/docs/manual/mod/mod_cache.xml b/docs/manual/mod/mod_cache.xml index 92d552e3fa..9bca919e9b 100644 --- a/docs/manual/mod/mod_cache.xml +++ b/docs/manual/mod/mod_cache.xml @@ -593,7 +593,7 @@ LastModified date. -

    Since httpd 2.2.4, responses which are already-expired are not stored +

    Since httpd 2.2.4, responses which are already-expired are not stored in the cache. The CacheStoreExpired directive allows this behavior to be overridden. CacheStoreExpired On diff --git a/docs/manual/mod/mod_cache.xml.ja b/docs/manual/mod/mod_cache.xml.ja index 3fd1fbade0..18ca59cd6e 100644 --- a/docs/manual/mod/mod_cache.xml.ja +++ b/docs/manual/mod/mod_cache.xml.ja @@ -1,7 +1,7 @@ - + +