--- mod_include.orig.xml Fri Mar 29 07:26:03 2002 +++ mod_include.xml Mon Apr 8 15:02:49 2002 @@ -579,7 +579,7 @@ Changes the string that mod_include displays when a variable isn't set. SSIUndefinedEcho tag -SSIUndefinedEcho "<-- undef -->" +SSIUndefinedEcho "<!-- undef -->" server config virtual host FileInfo @@ -611,10 +611,10 @@

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 + "<!-- Error -->" so that the message is not presented to the user.

-

This directive has the same effect as the <--#config +

This directive has the same effect as the <!--#config errmsg=message --> element.

@@ -625,7 +625,7 @@ Changes the string that mod_include looks for to start an include element -SSIStartTag "<--!" +SSIStartTag "<!--" server config virtual host @@ -666,7 +666,7 @@ when echoing DATE environment variables. The formatstring is as in strftime(3) from the C standard library.

-

This directive has the same effect as the <--#config +

This directive has the same effect as the <!--#config timefmt=formatstring --> element.