From: Ken Coar Date: Fri, 11 Apr 1997 03:36:58 +0000 (+0000) Subject: Enhanced section on caching of parsed documents to include info X-Git-Tag: APACHE_1_2b9~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39e4d643785c8788e171278c385187b0959720f1;p=apache Enhanced section on caching of parsed documents to include info about XBitHack Full. Submitted by: Marc Slemko git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77842 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/FAQ.html b/docs/manual/misc/FAQ.html index fccffb6e78..c7fbe64059 100644 --- a/docs/manual/misc/FAQ.html +++ b/docs/manual/misc/FAQ.html @@ -8,7 +8,7 @@

Apache Server Frequently Asked Questions

-$Revision: 1.16 $ ($Date: 1997/04/11 03:25:04 $) +$Revision: 1.17 $ ($Date: 1997/04/11 03:36:58 $)

The Questions

@@ -469,7 +469,17 @@ $Revision: 1.16 $ ($Date: 1997/04/11 03:25:04 $) HREF="../mod/mod_expires.html" REL="Help" >mod_expires - documentation for more details.) + documentation for more details.) Another possibility is to use the + XBitHack Full + mechanism, which tells Apache to send (under certain circumstances + detailed in the XBitHack directive description) a + Last-Modified header based upon the last modification + time of the file being parsed. Note that this may actually be lying + to the client if the parsed file doesn't change but the SSI-inserted + content does.