From: dgaudet Date: Mon, 28 Apr 1997 20:16:48 +0000 (+0000) Subject: PR#496: clear up the docs a little bit X-Git-Tag: APACHE_1_2b10~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c9ce0ebcf943341f280e9535fccdb486ebfdcb3;p=apache PR#496: clear up the docs a little bit git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78054 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_include.html b/docs/manual/mod/mod_include.html index d0bcc1aed2..f7166f6c3b 100644 --- a/docs/manual/mod/mod_include.html +++ b/docs/manual/mod/mod_include.html @@ -335,6 +335,9 @@ is set, then set the Last-modified date of the returned file to be the 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. +

Note: you would not want to use this, for example, when you +#include a CGI that produces different output on each hit +(or potentially depends on the hit).