coar 97/04/10 20:36:59
Modified: htdocs/manual/misc FAQ.html Log: Enhanced section on caching of parsed documents to include info about XBitHack Full. Submitted by: Marc Slemko Revision Changes Path 1.17 +11 -1 apache/htdocs/manual/misc/FAQ.html Index: FAQ.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/misc/FAQ.html,v retrieving revision 1.16 retrieving revision 1.17 diff -C3 -r1.16 -r1.17 *** FAQ.html 1997/04/11 03:25:04 1.16 --- FAQ.html 1997/04/11 03:36:58 1.17 *************** *** 8,14 **** <!--#include virtual="header.html" --> <H1>Apache Server Frequently Asked Questions</H1> <P> ! $Revision: 1.16 $ ($Date: 1997/04/11 03:25:04 $) </P> <H2>The Questions</H2> <!-- Stuff to Add: --> --- 8,14 ---- <!--#include virtual="header.html" --> <H1>Apache Server Frequently Asked Questions</H1> <P> ! $Revision: 1.17 $ ($Date: 1997/04/11 03:36:58 $) </P> <H2>The Questions</H2> <!-- Stuff to Add: --> *************** *** 469,475 **** HREF="../mod/mod_expires.html" REL="Help" ><CODE>mod_expires</CODE></A> ! documentation for more details.) </P> <HR> </LI> --- 469,485 ---- HREF="../mod/mod_expires.html" REL="Help" ><CODE>mod_expires</CODE></A> ! 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>