From: Christophe Jaillet
Date: Mon, 6 Jun 2016 21:46:52 +0000 (+0000)
Subject: Fix compatibility note.
X-Git-Tag: 2.4.21~72
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cd414369a4b6638f2fd54ed750d4fd4ed880ba4;p=thirdparty%2Fapache%2Fhttpd.git
Fix compatibility note.
Synch with trunk.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1747085 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_include.xml b/docs/manual/mod/mod_include.xml
index d143b083046..4f0cf52d018 100644
--- a/docs/manual/mod/mod_include.xml
+++ b/docs/manual/mod/mod_include.xml
@@ -140,7 +140,7 @@ Options +Includes
This command doesn't output anything. Its only use is to
add comments within a file. These comments are not printed.
- This syntax is available in version 2.5 and later.
+ This syntax is available in version 2.4.21 and later.
<!--#comment Blah Blah Blah -->
@@ -153,8 +153,7 @@ Options +Includes
echomsg
(Apache 2.1 and later)
- -
-
The value is a message that is sent back to the
+
The value is a message that is sent back to the
client if the echo
element
attempts to echo an undefined variable. This overrides any SSIUndefinedEcho directives.
@@ -169,7 +168,7 @@ Options +Includes
client if an error occurs while parsing the
document. This overrides any SSIErrorMsg directives.
-
+
<!--#config errmsg="[Oops, something broke.]" -->
@@ -185,19 +184,19 @@ Options +Includes
<!--#config sizefmt="abbrev" -->
+
timefmt
The value is a string to be used by the
strftime(3)
library routine when printing
dates.
-
+
<!--#config timefmt=""%R, %B %d, %Y"" -->
-
@@ -353,7 +352,7 @@ Options +Includes
The value of file
cannot start with a slash
- (/
), nor can it contain ../
so as to
+ (/
), nor can it contain ../
so as to
refer to a file above the current directory or outside of the
document root. Attempting to so will result in the error message:
The given path was above the root path
.
@@ -1101,4 +1100,3 @@ set
-