Servertec Server Side Includes (SSI)
Documentation
Conventions
Command Line
Administrator
Localization
Programming
Security
Performance
Deployment
Java API
Servlet API
CGI
SSI
#config
#echo
#exec
#flastmod
#fsize
#include

Servlets
Config Files
Log Files
Classes
Directory Tree

Return

 

Server Side Includes (SSI) are directives which can be used to include the contents of a file into several pages, insert the value of an environment variable, Web Server variable or time and date stamp, insert the output of an executable program or the document's name, path, size, time and date.

Syntax

<!-- #directive -->

Directives

Directive Description
#config Used to set the format for time/date stamps, error messages and files sizes.
#echo Used to insert the value of an environment variable, Web Server variable or time and date stamp.
#exec Used to insert the output of an executable program.
#flastmod Used to insert the last modified date of a file.
#fsize Used to insert the size of a file.
#include Used to insert a file.

Notes

Presently Servertec Internet Server has been configured to filter files that end with .shtml through SSIncludeSevlet.
 top of page
Copyright © 1998-2005 Servertec. All rights reserved.
Privacy Statement.
Last Modified: Mon Sep 05 14:25:38 EDT 2005