diff options
author | Ruediger Pluem <rpluem@apache.org> | 2009-10-14 19:26:00 +0000 |
---|---|---|
committer | Ruediger Pluem <rpluem@apache.org> | 2009-10-14 19:26:00 +0000 |
commit | 5cd544aef2286c7ba0bdce32d498090d47500ad3 (patch) | |
tree | 57e37ed566016d6a7a5e0ca67aa9c50d59d55fab /docs/manual/caching.html.en | |
parent | a6c5c8cef4ac330348bb8d06b3b69cc64f61c2ba (diff) | |
download | httpd-5cd544aef2286c7ba0bdce32d498090d47500ad3.tar.gz |
* Update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@825230 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/caching.html.en')
-rw-r--r-- | docs/manual/caching.html.en | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/manual/caching.html.en b/docs/manual/caching.html.en index 9b547d4252..fc80030ee1 100644 --- a/docs/manual/caching.html.en +++ b/docs/manual/caching.html.en @@ -232,12 +232,15 @@ in the "Cache-Control:" header.</li> <li>If the URL included a query string (e.g. from a HTML form GET - method) it will not be cached unless the response includes an - "Expires:" header, as per RFC2616 section 13.9.</li> + method) it will not be cached unless the response specifies an + explicit expiration by including an "Expires:" header or the max-age + or s-maxage directive of the "Cache-Control:" header, as per RFC2616 + sections 13.9 and 13.2.1.</li> <li>If the response has a status of 200 (OK), the response must also include at least one of the "Etag", "Last-Modified" or - the "Expires" headers, unless the + the "Expires" headers, or the max-age or s-maxage directive of + the "Cache-Control:" header, unless the <code class="directive"><a href="./mod/mod_cache.html#cacheignorenolastmod">CacheIgnoreNoLastMod</a></code> directive has been used to require otherwise.</li> |