randy       97/08/22 20:10:56

  Modified:    htdocs/manual/mod core.html directives.html
  Log:
  Document 'Include'
  
  Revision  Changes    Path
  1.72      +11 -0     apachen/htdocs/manual/mod/core.html
  
  Index: core.html
  ===================================================================
  RCS file: /export/home/cvs/apachen/htdocs/manual/mod/core.html,v
  retrieving revision 1.71
  retrieving revision 1.72
  diff -u -r1.71 -r1.72
  --- core.html 1997/08/14 01:24:49     1.71
  +++ core.html 1997/08/23 03:10:53     1.72
  @@ -42,6 +42,7 @@
   <li><A HREF="#hostnamelookups">HostNameLookups</A>
   <li><A HREF="#identitycheck">IdentityCheck</A>
   <li><A HREF="#ifmodule">&lt;IfModule&gt;</A>
  +<li><A HREF="#include">&lt;Include&gt;</A>
   <li><A HREF="#keepalive">KeepAlive</A>
   <li><A HREF="#keepalivetimeout">KeepAliveTimeout</A>
   <li><A HREF="#limit">&lt;Limit&gt;</A>
  @@ -721,6 +722,16 @@
   
   <p>&lt;IfModule&gt; sections are nest-able, which can be used to implement
   simple multiple-module tests.
  +
  +<P> <hr>
  +
  +<h2><a name="include">Include directive</a></h2>
  +<strong>Syntax: (Apache 1.2)</strong> Include <em>filename</em><br>
  +<strong>Context:</strong> server config<br>
  +<strong>Status:</strong> Core<br>
  +<strong>Compatibility:</strong> Include is only available in Apache 1.3 and 
later.
  +<P>
  +This directive allows inclusion of other configuration files from within the 
server configuration files.
   
   <P> <hr>
   
  
  
  
  1.30      +1 -0      apachen/htdocs/manual/mod/directives.html
  
  Index: directives.html
  ===================================================================
  RCS file: /export/home/cvs/apachen/htdocs/manual/mod/directives.html,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- directives.html   1997/08/03 20:29:16     1.29
  +++ directives.html   1997/08/23 03:10:54     1.30
  @@ -101,6 +101,7 @@
   <li><A HREF="mod_imap.html#imapbase">ImapBase</A>
   <li><A HREF="mod_imap.html#imapdefault">ImapDefault</A>
   <li><A HREF="mod_imap.html#imapmenu">ImapMenu</A>
  +<li><A HREF="core.html#include">Include</A>
   <li><A HREF="mod_autoindex.html#indexignore">IndexIgnore</A>
   <li><A HREF="mod_autoindex.html#indexoptions">IndexOptions</A>
   <li><A HREF="core.html#keepalive">KeepAlive</A>
  
  
  

Reply via email to