]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Document 'Include'
authorRandy Terbush <randy@apache.org>
Sat, 23 Aug 1997 03:10:54 +0000 (03:10 +0000)
committerRandy Terbush <randy@apache.org>
Sat, 23 Aug 1997 03:10:54 +0000 (03:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79016 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html
docs/manual/mod/directives.html

index 11a9bf0f27a5cb36a19fec40ed1e220766a8bd72..a79be63a9be7615d964ee01abd7dabe3c54bcf29 100644 (file)
@@ -42,6 +42,7 @@ always available.
 <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>
@@ -724,6 +725,16 @@ 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>
+
 <h2><a name="keepalive">KeepAlive directive</a></h2>
 <strong>Syntax: (Apache 1.1)</strong> KeepAlive <em>max-requests</em><br>
 <strong>Default: (Apache 1.1)</strong> <code>KeepAlive 5</code><br>
index 53e2b20d695542b941f899433fafc92c570baabc..adc13ed6b9820397018d2630a6ce7154e182febd 100644 (file)
 <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>