Basic HTML version of Foils prepared 11 May 1997

Foil 30 Some SSI Commands

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

1 <!--#echo var="DOCUMENT_NAME"-->
2 The echo command is used with the var tag to print the values of any Environment Variables from the standard list known to web servers/browsers plus this set for SSI:
3 DOCUMENT_NAME, DOCUMENT_URI, QUERY_STRING_UNESCAPED, DATE_LOCAL, DATE_GMT, LAST_MODIFIED
4 <!--#include file="address.html"-->
5 <!--#include virtual="/projects/mine/address.html"-->
6 These commands include the contents of the indicated files.
7 <!--#exec cgi="/cgi-bin/counter.pl"-->
8 This command allows the execution of other programs. These programs don't necessarily have to be in the server's cgi-bin directory, but they may raise special security issues.

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