From: Rich Bowen Date: Wed, 22 Sep 2010 18:25:57 +0000 (+0000) Subject: Remove duplicated word. X-Git-Tag: 2.3.9~457 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae3c5967e4600ba3cee641ad9d3637f954cc18de;p=thirdparty%2Fapache%2Fhttpd.git Remove duplicated word. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1000126 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en index a26448fc30f..24627253d89 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 334c9def45f..e99cfe74d6a 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 92d552e3fa3..9bca919e9be 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 3fd1fbade0e..18ca59cd6e5 100644 --- a/docs/manual/mod/mod_cache.xml.ja +++ b/docs/manual/mod/mod_cache.xml.ja @@ -1,7 +1,7 @@ - + +