]> granicus.if.org Git - apache/commitdiff
Add docs for HostNameLookups.
authorChuck Murcko <chuck@apache.org>
Wed, 1 Jan 1997 07:10:24 +0000 (07:10 +0000)
committerChuck Murcko <chuck@apache.org>
Wed, 1 Jan 1997 07:10:24 +0000 (07:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77375 13f79535-47bb-0310-9956-ffa450edef68

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

index efbecef6945f34917dcce5c8abd85693c5b3ae59..3fad759f2f627b3a58d9044db30374cb9e110655 100644 (file)
@@ -29,6 +29,7 @@ always available.
 <li><A HREF="#errorlog">ErrorLog</A>
 <li><A HREF="#files">&lt;Files&gt;</A>
 <li><A HREF="#group">Group</A>
+<li><A HREF="#hostnamelookups">HostNameLookups</A>
 <li><A HREF="#identitycheck">IdentityCheck</A>
 <li><A HREF="#ifmodule">&lt;IfModule&gt;</A>
 <li><A HREF="#keepalive">KeepAlive</A>
@@ -464,6 +465,22 @@ properly configured <A HREF="../suexec.html">SUEXEC wrapper</A>.<p>
 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 &lt;?INDEX {\tt HostNameLookups} directive&gt; -->
+<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 &lt;Limit&gt; 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 &lt;?INDEX {\tt IdentityCheck} directive&gt; -->
 <strong>Syntax:</strong> IdentityCheck <em>boolean</em><br>
index 380c9b25d10c5ef852eb6518a5532ba8dfb4de1f..1181df1f5c2cfed5340fb7b5ca32e2bd31affce9 100644 (file)
@@ -71,7 +71,7 @@
 <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>