mod_expires.html revision 933b5881f4e2437c0119cc8d41fe63e37f7d30ac
89a126810703c666309310d0f3189e9834d70b5bTimo Sirainen<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
25fdbae285d682b7e54ac103ccfb95e032b6ff1fTimo Sirainen<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
6ef7e31619edfaa17ed044b45861d106a86191efTimo Sirainen BGCOLOR="#FFFFFF"
25fdbae285d682b7e54ac103ccfb95e032b6ff1fTimo Sirainen TEXT="#000000"
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainen LINK="#0000FF"
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainen VLINK="#000080"
25fdbae285d682b7e54ac103ccfb95e032b6ff1fTimo Sirainen ALINK="#FF0000"
73b50eecfc31750a312e2f940023f522eb07178cTimo Sirainen <!--#include virtual="header.html" -->
06b3ce71a592e5575b5e1d4f412bd364dc6da69dTimo Sirainen This module is contained in the <CODE>mod_expires.c</CODE> file, and
06b3ce71a592e5575b5e1d4f412bd364dc6da69dTimo Sirainen is <STRONG>not</STRONG> compiled in by default. It provides for the
06b3ce71a592e5575b5e1d4f412bd364dc6da69dTimo Sirainen generation of <CODE>Expires</CODE> headers according to user-specified
345212e8f61ebf14ff4f80df26df9e655eb5121eTimo Sirainen This module controls the setting of the <CODE>Expires</CODE> HTTP
25fdbae285d682b7e54ac103ccfb95e032b6ff1fTimo Sirainen header in server responses. The expiration date can set to be
fdc557286bc9f92c5f3bb49096ff6e2bcec0ea79Timo Sirainen relative to either the time the source file was last modified, or to
fdc557286bc9f92c5f3bb49096ff6e2bcec0ea79Timo Sirainen the time of the client access.
73b50eecfc31750a312e2f940023f522eb07178cTimo Sirainen The <CODE>Expires</CODE> HTTP header is an instruction to the client
73b50eecfc31750a312e2f940023f522eb07178cTimo Sirainen about the document's validity and persistence. If cached, the document
abd162fee549940f212f20fc1d7442d386cf8c3aTimo Sirainen may be fetched from the cache rather than from the source until this
25fdbae285d682b7e54ac103ccfb95e032b6ff1fTimo Sirainen time has passed. After that, the cache copy is considered
73b50eecfc31750a312e2f940023f522eb07178cTimo Sirainen "expired" and invalid, and a new copy must be obtained from
25fdbae285d682b7e54ac103ccfb95e032b6ff1fTimo Sirainen HREF="#expiresactive"
25fdbae285d682b7e54ac103ccfb95e032b6ff1fTimo Sirainen >ExpiresActive</A>
HREF="directive-dict.html#Syntax"
HREF="directive-dict.html#Context"
HREF="directive-dict.html#Override"
HREF="directive-dict.html#Status"
HREF="directive-dict.html#Module"
HREF="directive-dict.html#Syntax"
HREF="directive-dict.html#Context"
HREF="directive-dict.html#Override"
HREF="directive-dict.html#Status"
HREF="directive-dict.html#Module"
HREF="directive-dict.html#Syntax"
HREF="directive-dict.html#Context"
HREF="directive-dict.html#Override"
HREF="directive-dict.html#Status"
HREF="directive-dict.html#Module"
<!--#include virtual="footer.html" -->