SSI Directives

COMMAND PARAMETER DESCRIPTION
echo var Inserts value of special SSI variables as well as other environment variables
include   Inserts text of document into current file
  file Pathname relative to current directory
  virtual Virtual path to a document on the server
fsize file Inserts the size of a specified file
flastmod file Inserts the last modification date and time for a specified file
exec   Executes external programs and inserts output in current document
  cmd Any application on the host
  cgi CGI program
config   Modifies various aspects of SSI
  errmsg Default error message
  sizefmt Format for size of the file
  timefmt Format for dates


By convention pages that have SSI embeded in them have the extension of .shtml in UNIX & .stm in Windows, otherwise the server does not know which pages to parse for SSIs.

USING ENVIRONMENT VARIABLES

My server is: <!--#echo var="SERVER_NAME"-->
You are from: <!--#echo var="REMOTE_HOST"-->
Last updated: <!--#echo var="DATE_LOCAL"-->