<HTML>
<HEAD>
<TITLE>SSI Demo</TITLE>
</HEAD>
<BODY>
<!-- this may be specific for the thttpd ssi program -->
<!-- set the prefered time format using strftime format string -->
<!--#config timefmt="%c" -->
The Date is <!--#echo var="DATE_LOCAL" --><BR>
<!--#include file="hello.txt" --><BR>
<!--#include virtual="/ssi/hello.txt" --><BR>
DOCUMENT_NAME = <!--#echo var="DOCUMENT_NAME" --><BR>
DOCUMENT_URL = <!--#echo var="DOCUMENT_URI" --><BR>
LAST_MODIFIED = <!--#echo var="LAST_MODIFIED" --><BR>
DATE_GMT = <!--#echo var="DATE_GMT" --><BR>
Yoepie!
</BODY>
</HTML>
When this code is parsed through the ssi.cgi program it results in this.