SSIStartTag
SSIStartTag message Default: SSIStartTag "<! -- " Context: Server config, virtual host
This directive changes the string that mod_include
looks for to mark an include element to process. You may want to use
this option if you have two servers parsing the output of a file each
processing different commands (possibly at different times).
SSIStartTag "<%"
This example, in conjunction with a matching SSIEndTag, will allow you to use SSI directives as shown in the following example (SSI directives with alternate start and end tags):
<%#printenv %>
See also SSIEndTag.