]> granicus.if.org Git - apache/commitdiff
Enhanced section on caching of parsed documents to include info
authorKen Coar <coar@apache.org>
Fri, 11 Apr 1997 03:36:58 +0000 (03:36 +0000)
committerKen Coar <coar@apache.org>
Fri, 11 Apr 1997 03:36:58 +0000 (03:36 +0000)
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

index fccffb6e785fa1b66f0346a2ce4958194d0f5227..c7fbe640591135567595a3cdd7093fad2f40447d 100644 (file)
@@ -8,7 +8,7 @@
 <!--#include virtual="header.html" -->
 <H1>Apache Server Frequently Asked Questions</H1>
 <P>
-$Revision: 1.16 $ ($Date: 1997/04/11 03:25:04 $)
+$Revision: 1.17 $ ($Date: 1997/04/11 03:36:58 $)
 </P>
 <H2>The Questions</H2>
 <!-- Stuff to Add:                                                 -->
@@ -469,7 +469,17 @@ $Revision: 1.16 $ ($Date: 1997/04/11 03:25:04 $)
    HREF="../mod/mod_expires.html"
    REL="Help"
   ><CODE>mod_expires</CODE></A>
-  documentation for more details.)
+  documentation for more details.)  Another possibility is to use the
+  <A
+   HREF="../mod/mod_include.html#xbithack"
+   REL="Help"
+  ><SAMP>XBitHack Full</SAMP></A>
+  mechanism, which tells Apache to send (under certain circumstances
+  detailed in the XBitHack directive description) a
+  <SAMP>Last-Modified</SAMP> 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.
   </P>
   <HR>
  </LI>