git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100408
13f79535-47bb-0310-9956-
ffa450edef68
<name>SSIStartTag</name>
<description>String that starts an include element</description>
<syntax>SSIStartTag <var>tag</var></syntax>
-<default>SSIStartTag "<!--"</default>
+<default>SSIStartTag "<!--#"</default>
<contextlist><context>server config</context><context>virtual host</context>
</contextlist>
<compatibility>Available in version 2.0.30 and later.</compatibility>
below:</p>
<example><title>SSI directives with alternate start and end tags</title>
- <%#printenv %>
+ <%printenv %>
</example>
</usage>
<seealso><directive module="mod_include">SSIEndTag</directive></seealso>