What directives are available?
The valid SSI directives are as follows: echo Syntax: echo var=”environment-variable” Echo inserts the value of one or more SSI environment variables. include Syntax: include file|virtual=”path” The “include” directive inserts the text of another document, specified either as a file or a virtual file. Path must be relative to the current document in the case of a file, or it can be a virtual path. For example: fsize Syntax: fsize file=”path” The fsize directive inserts the size of the file specified by path, in bytes. For example: This file is bytes flastmod Syntax: flastmod file=”path” Similar to fsize, flastmod inserts the modification date for the file specified by path. For example: This file was last modified on config Syntax: config errmsg|sizefmt|timefmt=”string” You can use the config directive to modify the default SSI behav