From: Ian Holsman Date: Sun, 30 Dec 2001 06:41:14 +0000 (+0000) Subject: document SSIErrorMsg & SSITimeFmt directives X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1aae7f81adeb98b2cd2c0ecbe7f27a1b5edd989;p=apache document SSIErrorMsg & SSITimeFmt directives git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92659 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_include.html b/docs/manual/mod/mod_include.html index b8f187b99d..2b0aa046cf 100644 --- a/docs/manual/mod/mod_include.html +++ b/docs/manual/mod/mod_include.html @@ -39,6 +39,8 @@

See also: Options, +


+

SSIErrorMsg + directive

+ + Syntax: SSIErrorMsg + "text for error message"
+ Default: SSIErrorMsg + "[an error occurred while processing this directive]"
+ Context: server config, virtual + host, directory, .htaccess
+ Status: Base
+ Module: mod_include + +

The SSIErrorMsg directive changes the error message displayed when + mod_include encounters an error. For production servers you may consider + changing the default error message to "<-- Error -->" + so that the message is not presented to the user. +

+
+

SSITimeFormat + directive

+ + Syntax: SSITimeFormat + formatString
+ Default: SSITimeFormat + "%A, %d-%b-%Y %H:%M:%S %Z"
+ Context: server config, virtual + host, directory, .htaccess
+ Status: Base
+ Module: mod_include + +

This directive changes the format in which date strings are displayed + in note variables

+
+