From: Eric Covener Date: Tue, 3 May 2011 00:39:18 +0000 (+0000) Subject: Merge r1098872 from trunk: X-Git-Tag: 2.2.18~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e35f08b28d619452ab2590a4d2057c78540ac967;p=thirdparty%2Fapache%2Fhttpd.git Merge r1098872 from trunk: mention mod_expires bailing out when the handler has set an Expires header. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1098875 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_expires.html.en b/docs/manual/mod/mod_expires.html.en index debe7be969d..395f234e062 100644 --- a/docs/manual/mod/mod_expires.html.en +++ b/docs/manual/mod/mod_expires.html.en @@ -51,6 +51,10 @@ criteria max-age (see RFC 2616 section 14.9), you can use the Header directive.

+

When the Expires header is already part of the response + generated by the server, for example when generated by a CGI script or + proxied from an origin server, this module does not change or add + an Expires or Cache-Control header.

Directives