mod_include
module has.
You need this feature if you want to use both
traditional SSI and the <SERVLET>
tag within the same page.
In order to make the commands work,
you've to add the SSISiteRoot init
argument. See the installation instructions.
Currently, only a subset of the Apache SSI directives is implemented, and their functionality is restricted as well.
You might want to check out the
mod_include
documentation (link to the web).
This document implicitly refers to it when missing features
are discussed.
The value will often be enclosed in double quotes; many commands only allow a single attribute-value pair. Note that the comment terminator (-->) should be preceded by whitespace to ensure that it isn't considered part of an SSI token.<!--#element attribute=value attribute=value ...-->
The allowed elements are:
bytes for a count in bytes, or
abbrev for a count in Kb or Mb as appropriate.
strftime(3) library
routine when printing dates.
(none).
Any dates printed are subject to the currently configured timefmt.
Attributes:
sizefmt format specification. Attributes:
timefmt format specification. The attributes are
the same as for the fsize command.
mod_include).
The Apache IncludesNOEXEC feature is not implemented.
It is not needed, as the exec and cgi SSI commands are missing either.
An attribute defines the location of the document; the inclusion is done for
each attribute given to the include command. The valid attributes are:
../, nor can it be an
absolute path. The virtual attribute should always be used
in preference to this one.
SERVER_NAME,SERVER_PROTOCOL,SERVER_PORT,REQUEST_METHOD,PATH_INFO,PATH_TRANSLATED,SCRIPT_NAME,QUERY_STRING,REMOTE_HOST,REMOTE_ADDR,AUTH_TYPE,REMOTE_USER,CONTENT_TYPE,CONTENT_LENGTH,HTTP_ACCEPT,HTTP_USER,HTTP_REFERER,REQUEST_URI,DOCUMENT_ROOT,DOCUMENT_NAME,LAST_MODIFIED,DATE_GMT,DATE_LOCAL
Only SERVER_SOFTWARE and
GATEWAY_INTERFACE are still missing.
No variable substitution is performed.
Copyright (c) 1997-99 The
Java Apache Project.
All rights reserved.