dgaudet 97/04/28 13:16:49
Modified: htdocs/manual/mod mod_include.html Log: PR#496: clear up the docs a little bit Revision Changes Path 1.9 +3 -0 apache/htdocs/manual/mod/mod_include.html Index: mod_include.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_include.html,v retrieving revision 1.8 retrieving revision 1.9 diff -C3 -r1.8 -r1.9 *** mod_include.html 1997/04/18 22:19:58 1.8 --- mod_include.html 1997/04/28 20:16:48 1.9 *************** *** 335,340 **** --- 335,343 ---- last modified time of the file. If it is not set, then no last-modified date is sent. Setting this bit allows clients and proxies to cache the result of the request. + <p><b>Note:</b> you would not want to use this, for example, when you + <code>#include</code> a CGI that produces different output on each hit + (or potentially depends on the hit). </dl> <p>