From 209ef9907acd0ad2aed25dfa9d6be67d5844b285 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Fri, 29 Aug 2003 00:32:16 +0000 Subject: [PATCH] document the recent mod_include changes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101132 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_include.html.en | 10 ++++++++-- docs/manual/mod/mod_include.xml | 12 ++++++++++-- docs/manual/mod/quickreference.html.de | 2 +- docs/manual/mod/quickreference.html.en | 2 +- 4 files changed, 20 insertions(+), 6 deletions(-) diff --git a/docs/manual/mod/mod_include.html.en b/docs/manual/mod/mod_include.html.en index 5e0fde9454..cd9822addd 100644 --- a/docs/manual/mod/mod_include.html.en +++ b/docs/manual/mod/mod_include.html.en @@ -158,10 +158,15 @@ valid attributes are:

+
echomsg (Apache 2.1 and later)
+
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.
+
errmsg
The value is a message that is sent back to the client if an error occurs while parsing the - document.
+ document. This overrides any SSIErrorMsg directives.
sizefmt
The value sets the format to be used which displaying @@ -732,7 +737,8 @@ displayed Description:String displayed when an unset variable is echoed Syntax:SSIUndefinedEcho string Default:SSIUndefinedEcho "(none)" -Context:server config, virtual host +Context:server config, virtual host, directory, .htaccess +Override:All Status:Base Module:mod_include Compatibility:Available in version 2.0.34 and later. diff --git a/docs/manual/mod/mod_include.xml b/docs/manual/mod/mod_include.xml index 66141d64b7..39023a67b0 100644 --- a/docs/manual/mod/mod_include.xml +++ b/docs/manual/mod/mod_include.xml @@ -120,10 +120,17 @@ valid attributes are:

+
echomsg (Apache 2.1 and later)
+
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.
+
errmsg
The value is a message that is sent back to the client if an error occurs while parsing the - document.
+ document. This overrides any SSIErrorMsg directives.
sizefmt
The value sets the format to be used which displaying @@ -610,7 +617,8 @@ SSIUndefinedEcho string SSIUndefinedEcho "(none)" server configvirtual host - +directory.htaccess +All Available in version 2.0.34 and later. diff --git a/docs/manual/mod/quickreference.html.de b/docs/manual/mod/quickreference.html.de index 47d224fa8c..78478af4e6 100644 --- a/docs/manual/mod/quickreference.html.de +++ b/docs/manual/mod/quickreference.html.de @@ -624,7 +624,7 @@ error SSIStartTag tag "<!--#" svBString that starts an include element SSITimeFormat formatstring "%A, %d-%b-%Y %H:%M +svdhBConfigures the format in which date strings are displayed -SSIUndefinedEcho string "(none)" svBString displayed when an unset variable is echoed +SSIUndefinedEcho string "(none)" svdhBString displayed when an unset variable is echoed SSLCACertificateFile file-pathsvEFile of concatenated PEM-encoded CA Certificates for Client Auth SSLCACertificatePath directory-pathsvEDirectory of PEM-encoded CA Certificates for diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index bbb62e051a..949e8b0387 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -609,7 +609,7 @@ error SSIStartTag tag "<!--#" svBString that starts an include element SSITimeFormat formatstring "%A, %d-%b-%Y %H:%M +svdhBConfigures the format in which date strings are displayed -SSIUndefinedEcho string "(none)" svBString displayed when an unset variable is echoed +SSIUndefinedEcho string "(none)" svdhBString displayed when an unset variable is echoed SSLCACertificateFile file-pathsvEFile of concatenated PEM-encoded CA Certificates for Client Auth SSLCACertificatePath directory-pathsvEDirectory of PEM-encoded CA Certificates for -- 2.50.1