Server Side Includes

From Just Solve the File Format Problem
Revision as of 17:22, 24 March 2018 by Jsummers (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
File Format
Name Server Side Includes
Ontology
Extension(s) .shtml, .shtm, .sht, .stm
MIME Type(s) text/x-server-parsed-html, text/x-server-parsed-html3
Released 1994

Server Side Includes (SSI), or Server-parsed HTML (SHTML), is a simple scripting language used to create dynamic web pages. Like PHP, SSI directives are typically embedded in a file that is otherwise in HTML format. The web server parses the file, executes the SSI code, and replaces the code with the code's output.

Today's templating engines have more or less rendered SSI obsolete.

Contents

Discussion

Definitive information about the origin of SSI is hard to come by, but we believe it was created by Rob McCool in 1993–1994, as part of the NCSA HTTPd web server software. A primitive version of it appeared in NCSA HTTPd 1.1 (1994-01). In that version, directives begin with the string:

<inc srv

NCSA HTTPd 1.2 (1994-04) introduced the modern syntax, in which directives masquerade as HTML comments, and begin with:

<!--#

NCSA HTTPd 1.2+ included a tool, inc2shtml.c, to convert from the old to the new syntax.

Variants

[TODO: There are a number of variants of SSI, including something called XSSI (eXtended Server Side Includes).]

Notes

Web surfers of a certain age might recall SSI's universal error message:

[an error occurred while processing this directive]

Software

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox