From cbfdd4ac3e389e03eedcfcfacc93229753a70751 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Tue, 3 May 2011 00:34:23 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_expires.html.en | 4 ++++ docs/manual/mod/mod_expires.xml | 4 ++++ 2 files changed, 8 insertions(+) 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