File testssi2.shtm
<!--#echo var="novar" -->
←Check the inherited errmsg.
<!--#config errmsg="Unable to parse <b>SSI-3</b>" -->
←Change errmsg.
<!--#config timefmt="%Y_%m_%d %H:%M:%S" -->
←Change date format--use underscores.
<!--#echo var="SERVER_SOFTWARE" -->
←Note which server software is running.
<!--#exec cmd="date" -->
←Check if #exec works.
<!--#echo var="LAST_MODIFIED" -->
←See date with underscores. Is it date of include file or requested file?
<!--#include file="nofile" -->
←See new errmsg.
Pagedate javascript:
Pagedate server var:
←If Unable err then #set does not work.