chuck 96/12/31 23:10:26
Modified: htdocs/manual/mod directives.html core.html Log: Add docs for HostNameLookups. Revision Changes Path 1.11 +1 -1 apache/htdocs/manual/mod/directives.html Index: directives.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/directives.html,v retrieving revision 1.10 retrieving revision 1.11 diff -C3 -r1.10 -r1.11 *** directives.html 1996/12/15 15:10:18 1.10 --- directives.html 1997/01/01 07:10:23 1.11 *************** *** 71,77 **** <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#identitycheck">IdentityCheck</A> <li><A HREF="core.html#ifmodule">IfModule</A> <li><A HREF="mod_imap.html#imapbase">ImapBase</A> --- 71,77 ---- <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="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> 1.27 +17 -0 apache/htdocs/manual/mod/core.html Index: core.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/core.html,v retrieving revision 1.26 retrieving revision 1.27 diff -C3 -r1.26 -r1.27 *** core.html 1996/12/23 01:41:49 1.26 --- core.html 1997/01/01 07:10:24 1.27 *************** *** 29,34 **** --- 29,35 ---- <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> *************** *** 463,468 **** --- 464,485 ---- 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> -->