mod_expires.html revision 1e895b30bf4833c928334fad80fac8be169ab877
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync BGCOLOR="#FFFFFF"
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync TEXT="#000000"
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync LINK="#0000FF"
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync VLINK="#000080"
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync ALINK="#FF0000"
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync <!--#include virtual="header.html" -->
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync This module is contained in the <CODE>mod_expires.c</CODE> file, and
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync is <STRONG>not</STRONG> compiled in by default. It provides for the
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync generation of <CODE>Expires</CODE> headers according to user-specified
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync This module controls the setting of the <CODE>Expires</CODE> HTTP
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync header in server responses. The expiration date can set to be
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync relative to either the time the source file was last modified, or to
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync the time of the client access.
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync The <CODE>Expires</CODE> HTTP header is an instruction to the client
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync about the document's validity and persistence. If cached, the document
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync may be fetched from the cache rather than from the source until this
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync time has passed. After that, the cache copy is considered
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync "expired" and invalid, and a new copy must be obtained from
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync the source.
<!--#include virtual="footer.html" -->