]> granicus.if.org Git - apache/commitdiff
document SSIErrorMsg & SSITimeFmt directives
authorIan Holsman <ianh@apache.org>
Sun, 30 Dec 2001 06:41:14 +0000 (06:41 +0000)
committerIan Holsman <ianh@apache.org>
Sun, 30 Dec 2001 06:41:14 +0000 (06:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92659 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_include.html

index b8f187b99db7d4bc25dbdb419fdd16352ed659de..2b0aa046cfa9dc8bc0885afd46c54ab05c426038 100644 (file)
@@ -39,6 +39,8 @@
 
     <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 &lt;?INDEX {\tt SSIErrorMsg} directive&gt; -->
+    <a href="directive-dict.html#Syntax"
+    rel="Help"><strong>Syntax:</strong></a> SSIErrorMsg
+    &quot;text for error message&quot;<br />
+     <a href="directive-dict.html#Default"
+    rel="Help"><strong>Default:</strong></a> <code>SSIErrorMsg
+    &quot;[an error occurred while processing this directive]&quot;</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>&quot;&lt;-- Error --&gt;&quot;</code> 
+    so that the message is not presented to the user.
+    </p>
+    <hr />
+    <h2><a id="ssitimeformat" name="ssitimeformat">SSITimeFormat</a>
+    directive</h2>
+    <!--%plaintext &lt;?INDEX {\tt SSITimeFormat} directive&gt; -->
+    <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
+    &quot;%A, %d-%b-%Y %H:%M:%S %Z&quot;</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>