This paper was generated on 03/29/24, by including the following articles.

Each article has the date it was last modified.
<!--#include file="ssi1.shtml" -->
SSI - #config command

First let's demonstrate modifying the error message.

<!--#config errmsg="This command won't work because the relative path starts at the directory above the current path." -->
<!--#flastmod file="../ssi1.shtml" -->
This command won't work because the relative path starts at the directory above the current path. 10:

Next we output the standard date.

The signature file was last modified on <!--#flastmod virtual="ssi1.shtml" --> and is <!--#fsize virtual="ssi1.shtml" --> in size.

The signature file was last modified on Sunday, 12-May-2002 11:10:11 CEST and is 2.0K in size.

If you don't like that date format try outputting something more common.

<!--#config timefmt="%x" -->
<!--#config sizefmt="bytes" -->
The signature file was last modified on 05/12/02 and is 2,075 bytes in size.

Today is <!--#config timefmt="%A" --> <!--#echo var="DATE_LOCAL" -->, it is day <!--#config timefmt="%d" --> <!--#echo var="DATE_LOCAL" --> of the month of<!--#config timefmt="%B" --> <!--#echo var="DATE_LOCAL" --> in the year <!--#config timefmt="%Y" --> <!--#echo var="DATE_LOCAL" -->.

Today is Friday, it is day 29 of the month of March in the year 2024.
<!--#include file="ssi3.shtml" -->
SSI - #echo command
<!--#echo var="$env" -->

When you try to echo something that is invalid you get the following error message: (none)

<!--#echo var="DOCUMENT_NAME" -->

This is the name of the document the echo command is in: ssi2.shtml

<!--#echo var="DOCUMENT_uri" -->
The path to this file is /pub/doc/linux/ssi2.shtml.
<!--#echo var="DATE_LOCAL" -->
The current local time is 2024.
<!--#echo var="DATE_GMT" -->
The Greenwich Mean Time is 2024.
<!--#echo var="last_modified" -->
This file was last modified on 2002.
If you include a file that has the echo commands in it, all of the echo commands refer to the main file.

The electronic paper main file was last modified on 05/12/02.