From 39e4d643785c8788e171278c385187b0959720f1 Mon Sep 17 00:00:00 2001 From: Ken Coar Date: Fri, 11 Apr 1997 03:36:58 +0000 Subject: [PATCH] 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 --- docs/manual/misc/FAQ.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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.


-- 2.50.1