From: Ruediger Pluem Date: Wed, 14 Oct 2009 19:26:00 +0000 (+0000) Subject: * Update transformation X-Git-Tag: 2.3.3~168 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5cd544aef2286c7ba0bdce32d498090d47500ad3;p=thirdparty%2Fapache%2Fhttpd.git * Update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@825230 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/caching.html.en b/docs/manual/caching.html.en index 9b547d42520..fc80030ee1d 100644 --- a/docs/manual/caching.html.en +++ b/docs/manual/caching.html.en @@ -232,12 +232,15 @@ in the "Cache-Control:" header.
  • 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.
  • + 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.
  • 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 CacheIgnoreNoLastMod directive has been used to require otherwise.
  • diff --git a/docs/manual/caching.xml.meta b/docs/manual/caching.xml.meta index d639933311d..ec2d32f28a0 100644 --- a/docs/manual/caching.xml.meta +++ b/docs/manual/caching.xml.meta @@ -9,6 +9,6 @@ en fr - tr + tr diff --git a/docs/manual/caching.xml.tr b/docs/manual/caching.xml.tr index 63673055039..96c959d4e1e 100644 --- a/docs/manual/caching.xml.tr +++ b/docs/manual/caching.xml.tr @@ -1,7 +1,7 @@ - + + +