<ul>
<li><a href="#xbithack">XBitHack</a></li>
+ <li><a href="#ssierrormsg">SSIErrorMsg</a></li>
+ <li><a href="#ssitimeformat">SSITimeFormat</a></li>
</ul>
<p>See also: <a href="core.html#options">Options</a>, <a
potentially change on subsequent requests).</p>
</dd>
</dl>
+ <hr />
+ <h2><a id="ssierrormsg" name="ssierrormsg">SSIErrorMsg</a>
+ directive</h2>
+ <!--%plaintext <?INDEX {\tt SSIErrorMsg} directive> -->
+ <a href="directive-dict.html#Syntax"
+ rel="Help"><strong>Syntax:</strong></a> SSIErrorMsg
+ "text for error message"<br />
+ <a href="directive-dict.html#Default"
+ rel="Help"><strong>Default:</strong></a> <code>SSIErrorMsg
+ "[an error occurred while processing this directive]"</code><br />
+ <a href="directive-dict.html#Context"
+ rel="Help"><strong>Context:</strong></a> server config, virtual
+ host, directory, .htaccess<br />
+ <a href="directive-dict.html#Status"
+ rel="Help"><strong>Status:</strong></a> Base<br />
+ <a href="directive-dict.html#Module"
+ rel="Help"><strong>Module:</strong></a> mod_include
+
+ <p>The SSIErrorMsg directive changes the error message displayed when
+ mod_include encounters an error. For production servers you may consider
+ changing the default error message to <code>"<-- Error -->"</code>
+ so that the message is not presented to the user.
+ </p>
+ <hr />
+ <h2><a id="ssitimeformat" name="ssitimeformat">SSITimeFormat</a>
+ directive</h2>
+ <!--%plaintext <?INDEX {\tt SSITimeFormat} directive> -->
+ <a href="directive-dict.html#Syntax"
+ rel="Help"><strong>Syntax:</strong></a> SSITimeFormat
+ formatString<br />
+ <a href="directive-dict.html#Default"
+ rel="Help"><strong>Default:</strong></a> <code>SSITimeFormat
+ "%A, %d-%b-%Y %H:%M:%S %Z"</code><br />
+ <a href="directive-dict.html#Context"
+ rel="Help"><strong>Context:</strong></a> server config, virtual
+ host, directory, .htaccess<br />
+ <a href="directive-dict.html#Status"
+ rel="Help"><strong>Status:</strong></a> Base<br />
+ <a href="directive-dict.html#Module"
+ rel="Help"><strong>Module:</strong></a> mod_include
+
+ <p>This directive changes the format in which date strings are displayed
+ in note variables</p>
+ <hr />
+
<p><!--#include virtual="footer.html" -->
</p>