Servertec   Server Side Includes (SSI)
Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Documentation
Conventions
Users
Reference
iServer API
Servlet API
CGI
SSI
#config
#echo
#exec
#flastmod
#fsize
#include

Servlets
Logs

Samples
Sales
Legal
Feedback

 

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 environmental 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 environmental 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 iServer has been configured to filter files which end with .ssi and .shtml through SSIncludeSevlet.

    SSIncludeServlet uses exec parameter to specify the shell command to use when performing #exec directive.

    Before #exec directive can be used Shell must be enabled in the iServer Administration - Server form.

 top of page
 Built with iScript Copyright © 1997-1999 Servertec. All rights reserved.
Last Modified: Tue Jan 26 22:59:10 EST 1999