pcs 97/04/18 15:19:59
Modified: htdocs/manual/mod mod_include.html Log: Forgot to mention XBitHack as a method of enabling SSI. Update docs for this directive to state it only applies to text/html files. Revision Changes Path 1.8 +6 -0 apache/htdocs/manual/mod/mod_include.html Index: mod_include.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_include.html,v retrieving revision 1.7 retrieving revision 1.8 diff -C3 -r1.7 -r1.8 *** mod_include.html 1997/04/18 22:13:50 1.7 --- mod_include.html 1997/04/18 22:19:58 1.8 *************** *** 37,42 **** --- 37,46 ---- Options +Includes </PRE> + Alternatively the <A HREF="#xbithack"><CODE>XBitHack</CODE></A> + directive can be used to parse normal (<CODE>text/html</CODE>) files, + based on file permissions. <P> + For backwards compatibility, documents with mime type <code>text/x-server-parsed-html</code> or <code>text/x-server-parsed-html3</code> will also be parsed *************** *** 316,321 **** --- 320,327 ---- <strong>Module:</strong> mod_include<p> The XBitHack directives controls the parsing of ordinary html documents. + This directive only affects files associated with the MIME type + <CODE>text/html</CODE>. <em>Status</em> can have the following values: <dl> <dt>off