
| 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 |
USING ENVIRONMENT VARIABLES My server is: <!--#echo var="SERVER_NAME"--> |