<p>This command doesn't output anything. Its only use is to
add comments within a file. These comments are not printed.</p>
- <p>This syntax is available in version 2.5 and later.</p>
+ <p>This syntax is available in version 2.4.21 and later.</p>
<example>
<!--#comment Blah Blah Blah -->
<dl>
<dt><code>echomsg</code> (<em>Apache 2.1 and later</em>)</dt>
- <dd>
- <p>The value is a message that is sent back to the
+ <dd><p>The value is a message that is sent back to the
client if the <code><a href="#element.echo">echo</a></code> element
attempts to echo an undefined variable. This overrides any <directive
module="mod_include">SSIUndefinedEcho</directive> directives.</p>
client if an error occurs while parsing the
document. This overrides any <directive
module="mod_include">SSIErrorMsg</directive> directives.</p>
-
+
<example>
<!--#config errmsg="[Oops, something broke.]" -->
</example>
<example>
<!--#config sizefmt="abbrev" -->
</example>
+
</dd>
<dt><code>timefmt</code></dt>
<dd><p>The value is a string to be used by the
<code>strftime(3)</code> library routine when printing
dates.</p>
-
+
<example>
<!--#config timefmt=""%R, %B %d, %Y"" -->
</example>
</dd>
-
</dl>
</section> <!-- /config -->
</example>
The value of <code>file</code> cannot start with a slash
- (<code>/</code>), nor can it contain <code>../</code> so as to
+ (<code>/</code>), nor can it contain <code>../</code> so as to
refer to a file above the current directory or outside of the
document root. Attempting to so will result in the error message:
<code>The given path was above the root path</code>.
</directivesynopsis>
</modulesynopsis>
-