Basic HTML version of Foils prepared 11 May 1997

Foil 29 Server Side Includes (SSI)

From Introduction to CGI Programming ECS400 Spring 97 Senior Undergraduate Course -- Spring Semester 97. by Nancy J. McCracken *

1 SSI allows the server to insert data into documents that are requested by the browser. The server is usually configured so that these modifiable documents have the tag .shtml. (The server associates this file extension with the MIME type: text/x-server-parsed-html)
2 SSI will slow down the performance of the server as it must be checking for .shtml tags and parsing those files.
3 SSI also allows the execution of programs and so has some of the functionality of using CGI scripts.
4 A .shtml file has regular html, plus it may have SSI entries of the form:
5 <!--#command tag1=value1 tag2=value2 . . . -->

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Thu Aug 21 1997