summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordgaudet <dgaudet@unknown>1997-04-28 20:16:48 +0000
committerdgaudet <dgaudet@unknown>1997-04-28 20:16:48 +0000
commit9c9ce0ebcf943341f280e9535fccdb486ebfdcb3 (patch)
tree7b89ed1a544407080898b5323e3304526fcf5dae
parent76fde60e11c3f7c126979cc3474ec4c3291d2dd7 (diff)
downloadhttpd-9c9ce0ebcf943341f280e9535fccdb486ebfdcb3.tar.gz
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
-rw-r--r--docs/manual/mod/mod_include.html3
1 files changed, 3 insertions, 0 deletions
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.
+<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>