- You are here:
- WebsiteTips Home
- Web Site Resources
- Markup, Code
- SSI
- Server Documentation for SSI
SSI - Server Side Includes
Section 2: SSI and Servers Documentation, Tutorials
Within the SSI and Servers Documentation, Tutorials page below you'll find annotated links to server documentation and server-related tutorials on SSI, conditional SSI, and XSSI (eXtended SSI). See also Section 1: SSI, Conditional SSI, XSSI Tutorials for links to helpful tutorials and Web sites devoted to SSI.
Do you know of some good articles, tutorials, books, or resources related to SSI? Recommendations are welcome and encouraged!
On this page:
- Apache HTTP Servers: SSI Documentation, Tutorials
- Microsoft IIS Servers: SSI Documentation
- Unix Servers: SSI Documentation
Also within SSI - Server Side Includes:
Apache HTTP Servers and SSI Documentation, Tutorials
- Apache Guide: Introduction to Server Side Includes
By Rich Bowen, June 12, 2000. First of a 3-part series on SSI. This one covers configuring your server to permit SSI, basic SSI directives such as the date, last modified date, output results of a cgi program (such as a hit counter). Very well done introduction to SSI. [Tutorial dated 06/12/2000 by Rich Bowen for ServerWatch.] - Apache Guide: Introduction to Server Side Includes, Part 2
by Rich Bowen, June 19, 2000. Second in a 3-part series on SSI. This one covers date modified, creating footers, executing commands. [Tutorial dated 06/12/2000 by Rich Bowen for ServerWatch.] - Apache Guide: Advanced SSI Techniques
by Rich Bowen, June 26, 2000. The third in the series, this one covers the flow-control feature (conditional statements) and using variables. [Tutorial dated 06/26/2000 by Rich Bowen for ServerWatch.] - Apache 1.3: Module mod_include: SSI Calls for Apache Servers
Apache's documentation. Good resource. [Documentation by Apache.org.] - Apache 2.0: Module mod_include: SSI Calls for Apache Servers
Apache's documentation like the above except for Apache 2.0. Good resource. [Documentation by Apache.org.] - Apache 1.3 Tutorial: Introduction to Server Side Includes
Apache's detailed documentation and tutorial on SSI. From configuring your server to learning how to use SSI to advanced SSI, too. Basic directives (today's date, document modification date). Also how to include standard footers, execute commands, set variables and conditional expressions. [Documentation, tutorial by Apache.org.] - Apache 2.0 Tutorial: Introduction to Server Side Includes
Same as the Apache 1.3 tutorial above but for Apache 2.0. What are SSI?; Configuring your server to permit SSI; Basic SSI directives; Additional examples; What else can I config?; Executing commands; Advanced SSI techniques. [Documentation, tutorial by Apache.org.] - Server Side Includes
SSI section of Redhat's documentation for Stronghold Web Server, version 3, from its chapter on content delivery. [Documentation, instructions part of Chapter 9: Introduction to Content Delivery, by Redhat.com.] - Using Server Side Includes
ApacheWeek's overview tutorial of using SSI with Apache servers. [Tutorial dated 08/09/1996 by Apacheweek.]
SSI Documentation for Microsoft IIS Servers
- Server Side Includes Reference
Microsoft's reference section for SSI — includes:#config
,#echo
,#exec
,#flastmod
,#fsize
,#include
. [Documentation by MSDN Library, Microsoft.]
SSI Documentation for Unix Servers
- Linux/Unix: Configuring your server to allow SSI
Helpful tips on how to set up your server to allow SSI, and includes SSI and conditional SSI examples. [Documentation, tutorial by SimplyTheBest.] - NCSA HTTPd Server Side Includes (SSI)
Instructions, tutorials, details about all the tags and how to use them for SSI on NCSA UNIX servers. [Documentation, tutorial by NCSA HTTPd.]