<li><A HREF="#errorlog">ErrorLog</A>
<li><A HREF="#files"><Files></A>
<li><A HREF="#group">Group</A>
+<li><A HREF="#hostnamelookups">HostNameLookups</A>
<li><A HREF="#identitycheck">IdentityCheck</A>
<li><A HREF="#ifmodule"><IfModule></A>
<li><A HREF="#keepalive">KeepAlive</A>
SECURITY: See <A HREF="#user">User</A> for a discussion of the security
considerations.<p><hr>
+<A name="hostnamelookups"><h2>HostNameLookups directive</h2></A>
+<!--%plaintext <?INDEX {\tt HostNameLookups} directive> -->
+<strong>Syntax:</strong> HostNameLookups <em>boolean</em><br>
+<strong>Default:</strong> <code>HostNameLookups on</code><br>
+<strong>Context:</strong> server config, virtual host, directory, .htaccess<br>
+<strong>Status:</strong> core<p>
+
+This directive enables DNS lookups so that host names can be logged.
+Having this directive set <code>on</code> also enables the use of names
+in <Limit> blocks for access control.<p>
+
+Heavily loaded sites should set this directive <code>off</code>, since DNS
+lookups can take considerable amounts of time. The utility <i>logresolve</i>,
+provided in the <i>/support</i> directory, can be used to look up host names
+from logged IP addresses offline.<p><hr>
+
<A name="identitycheck"><h2>IdentityCheck directive</h2></A>
<!--%plaintext <?INDEX {\tt IdentityCheck} directive> -->
<strong>Syntax:</strong> IdentityCheck <em>boolean</em><br>
<li><A HREF="core.html#group">Group</A>
<li><A HREF="mod_headers.html#header">Header</A>
<li><A HREF="mod_dir.html#headername">HeaderName</A>
-<li><A HREF="where???">HostNameLookups</A>
+<li><A HREF="core.html#hostnamelookups">HostNameLookups</A>
<li><A HREF="core.html#identitycheck">IdentityCheck</A>
<li><A HREF="core.html#ifmodule">IfModule</A>
<li><A HREF="mod_imap.html#imapbase">ImapBase</A>