You can use SSI directives to output the values of environment variables in an otherwise static HTML document. These might be standard CGI variables (listed in Chapter 12); or they might be:
You are reading a document called: <!--#echo var="DOCUMENT_NAME"-->
You can access this document again by pointing to the URI: <!--#echo var="DOCUMENT_URI"-->
The time is now <!--#echo var="DATE_LOCAL" -->
The Greenwich Mean Time is <!--#echo var="DATE_GMT"-->
The current document was last modified on: <!--#echo var="LAST_MODIFIED"-->
Copyright © 2003 O'Reilly & Associates. All rights reserved.