From 2c9096d9af871fd8c7bba945476fc0a17aada6c1 Mon Sep 17 00:00:00 2001 From: Chuck Murcko Date: Wed, 1 Jan 1997 07:10:24 +0000 Subject: [PATCH] Add docs for HostNameLookups. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77375 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html | 17 +++++++++++++++++ docs/manual/mod/directives.html | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index efbecef694..3fad759f2f 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -29,6 +29,7 @@ always available.
  • ErrorLog
  • <Files>
  • Group +
  • HostNameLookups
  • IdentityCheck
  • <IfModule>
  • KeepAlive @@ -464,6 +465,22 @@ properly configured SUEXEC wrapper.

    SECURITY: See User for a discussion of the security considerations.


    +

    HostNameLookups directive

    + +Syntax: HostNameLookups boolean
    +Default: HostNameLookups on
    +Context: server config, virtual host, directory, .htaccess
    +Status: core

    + +This directive enables DNS lookups so that host names can be logged. +Having this directive set on also enables the use of names +in <Limit> blocks for access control.

    + +Heavily loaded sites should set this directive off, since DNS +lookups can take considerable amounts of time. The utility logresolve, +provided in the /support directory, can be used to look up host names +from logged IP addresses offline.


    +

    IdentityCheck directive

    Syntax: IdentityCheck boolean
    diff --git a/docs/manual/mod/directives.html b/docs/manual/mod/directives.html index 380c9b25d1..1181df1f5c 100644 --- a/docs/manual/mod/directives.html +++ b/docs/manual/mod/directives.html @@ -71,7 +71,7 @@
  • Group
  • Header
  • HeaderName -
  • HostNameLookups +
  • HostNameLookups
  • IdentityCheck
  • IfModule
  • ImapBase -- 2.40.0