Servertec Server Side Includes (SSI)
Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Add-ons
How To
Change Log
Future Plans
Knowledge Base
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
Samples
Legal
Contact Us

 

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: Sun Sep 04 14:56:49 EDT 2005