From: André Malo Date: Mon, 4 Nov 2002 18:27:26 +0000 (+0000) Subject: SSIUndefinedEcho never defaulted to X-Git-Tag: 2.0.44~157 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56ca3246bef34308c5d763d5cb1f065064ea63af;p=apache SSIUndefinedEcho never defaulted to btw: could someone fix the directive description in mod_include.c:3522? ;-) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97395 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_include.html.en b/docs/manual/mod/mod_include.html.en index 7f032aeadd..56c538953d 100644 --- a/docs/manual/mod/mod_include.html.en +++ b/docs/manual/mod/mod_include.html.en @@ -632,7 +632,7 @@ displayedSyntax: String displayed when an unset variable is echoedSyntax: SSIUndefinedEcho tagDefault: - SSIUndefinedEcho "<!-- undef -->"Context: + SSIUndefinedEcho "(none)"Context: server config, virtual hostStatus: BaseModule: mod_includeCompatibility: @@ -643,7 +643,7 @@ an unset variable is echoed

Example

- SSIUndefinedEcho "[ No Value ]" + SSIUndefinedEcho "<!-- undef -->"

top

XBitHack Directive

-
Description: diff --git a/docs/manual/mod/mod_include.xml b/docs/manual/mod/mod_include.xml index d36e3a52e8..9c093bbf05 100644 --- a/docs/manual/mod/mod_include.xml +++ b/docs/manual/mod/mod_include.xml @@ -581,7 +581,7 @@ String displayed when an unset variable is echoed SSIUndefinedEcho tag -SSIUndefinedEcho "<!-- undef -->" +SSIUndefinedEcho "(none)" server config virtual host Available in version 2.0.34 and later. @@ -593,7 +593,7 @@ an unset variable is echoed Example - SSIUndefinedEcho "[ No Value ]" + SSIUndefinedEcho "<!-- undef -->" diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index 91e4d92469..ceee73cf33 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -528,7 +528,7 @@ server
SSIStartTag tag "<!--" svB
String that starts an include element
SSITimeFormat formatstring "%A, %d-%b-%Y %H:%M +svdhB
Configures the format in which date strings are displayed
SSIUndefinedEcho tag "<!-- undef -->" svB
String displayed when +
SSIUndefinedEcho tag "(none)" svB
String displayed when an unset variable is echoed
SSLCACertificateFile file-pathsvE
File of concatenated PEM-encoded CA Certificates for Client Auth