From 9c9ce0ebcf943341f280e9535fccdb486ebfdcb3 Mon Sep 17 00:00:00 2001 From: dgaudet Date: Mon, 28 Apr 1997 20:16:48 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_include.html | 3 +++ 1 file changed, 3 insertions(+) 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).

-- 2.40.0