From 7f3e5a3f806ad931d7b17ad36efa62a90b6ed5ce Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Thu, 13 Dec 2001 17:42:18 +0000 Subject: [PATCH] Ya know, the language here wasn't all that explicit. We are testing for content-type text/html, so we better spell that out up front. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92454 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_include.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/manual/mod/mod_include.html b/docs/manual/mod/mod_include.html index 5a309c4db0..75497ab237 100644 --- a/docs/manual/mod/mod_include.html +++ b/docs/manual/mod/mod_include.html @@ -509,8 +509,8 @@
on
-
Any file that has the user-execute bit set will be - treated as a server-parsed html document.
+
Any text/html file that has the user-execute bit set will + be treated as a server-parsed html document.
full
@@ -522,10 +522,11 @@ 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).

+

Note: you would not want to use the full + option, unless you assure the group-execute bit is unset for + every SSI script which might #include a CGI + or otherwise produces different output on each hit (or could + potentially change on subsequent requests).

-- 2.40.0