<li><A HREF="#hostnamelookups">HostNameLookups</A>
<li><A HREF="#identitycheck">IdentityCheck</A>
<li><A HREF="#ifmodule"><IfModule></A>
+<li><A HREF="#include"><Include></A>
<li><A HREF="#keepalive">KeepAlive</A>
<li><A HREF="#keepalivetimeout">KeepAliveTimeout</A>
<li><A HREF="#limit"><Limit></A>
<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>
<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>