From: Eric Covener Date: Tue, 3 May 2011 00:34:23 +0000 (+0000) Subject: mention mod_expires bailing out when the handler has set an Expires header. X-Git-Tag: 2.3.12~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cbfdd4ac3e389e03eedcfcfacc93229753a70751;p=apache mention mod_expires bailing out when the handler has set an Expires header. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1098872 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_expires.html.en b/docs/manual/mod/mod_expires.html.en index b1bca4fc76..40523ec084 100644 --- a/docs/manual/mod/mod_expires.html.en +++ b/docs/manual/mod/mod_expires.html.en @@ -52,6 +52,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