From: André Malo Date: Fri, 29 Aug 2003 00:32:16 +0000 (+0000) Subject: document the recent mod_include changes X-Git-Tag: pre_ajp_proxy~1191 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=209ef9907acd0ad2aed25dfa9d6be67d5844b285;p=thirdparty%2Fapache%2Fhttpd.git document the recent mod_include changes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101132 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_include.html.en b/docs/manual/mod/mod_include.html.en index 5e0fde94548..cd9822addda 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 66141d64b7d..39023a67b02 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 47d224fa8c8..78478af4e62 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 bbb62e051ae..949e8b03870 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