Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 88945 invoked by uid 500); 4 Nov 2002 18:27:30 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 88934 invoked by uid 500); 4 Nov 2002 18:27:30 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 4 Nov 2002 18:27:27 -0000 Message-ID: <20021104182727.22045.qmail@icarus.apache.org> From: nd@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/docs/manual/mod mod_include.html.en mod_include.xml quickreference.html.en X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N nd 2002/11/04 10:27:27 Modified: docs/manual/mod mod_include.html.en mod_include.xml quickreference.html.en Log: SSIUndefinedEcho never defaulted to btw: could someone fix the directive description in mod_include.c:3522? ;-) Revision Changes Path 1.17 +2 -2 httpd-2.0/docs/manual/mod/mod_include.html.en Index: mod_include.html.en =================================================================== RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_include.html.en,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- mod_include.html.en 7 Oct 2002 15:23:02 -0000 1.16 +++ mod_include.html.en 4 Nov 2002 18:27:26 -0000 1.17 @@ -632,7 +632,7 @@ 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 @@

Example

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

top

XBitHack Directive

-
Description: 1.17 +2 -2 httpd-2.0/docs/manual/mod/mod_include.xml Index: mod_include.xml =================================================================== RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_include.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- mod_include.xml 19 Sep 2002 18:25:33 -0000 1.16 +++ mod_include.xml 4 Nov 2002 18:27:26 -0000 1.17 @@ -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 @@ Example - SSIUndefinedEcho "[ No Value ]" + SSIUndefinedEcho "<!-- undef -->" 1.22 +1 -1 httpd-2.0/docs/manual/mod/quickreference.html.en Index: quickreference.html.en =================================================================== RCS file: /home/cvs/httpd-2.0/docs/manual/mod/quickreference.html.en,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- quickreference.html.en 20 Oct 2002 01:22:43 -0000 1.21 +++ quickreference.html.en 4 Nov 2002 18:27:26 -0000 1.22 @@ -528,7 +528,7 @@
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