Received: by taz.hyperreal.com (8.8.4/V2.0) id AAA25910; Sun, 16 Feb 1997 00:22:54 -0800 (PST) Received: from scanner.worldgate.com by taz.hyperreal.com (8.8.4/V2.0) with ESMTP id AAA25905; Sun, 16 Feb 1997 00:22:51 -0800 (PST) Received: from znep.com (uucp@localhost) by scanner.worldgate.com (8.8.5/8.7.3) with UUCP id BAA13153 for new-httpd@hyperreal.com; Sun, 16 Feb 1997 01:22:49 -0700 (MST) Received: from localhost (marcs@localhost) by alive.znep.com (8.7.5/8.7.3) with SMTP id BAA29124 for ; Sun, 16 Feb 1997 01:21:28 -0700 (MST) Date: Sun, 16 Feb 1997 01:21:27 -0700 (MST) From: Marc Slemko To: new-httpd@hyperreal.com Subject: [PATCH][DOCS] remove directory from hostnamelookups and identitycheck Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@hyperreal.com See below. Right now, the HostNameLookups and IdentityCheck directives can not be used from .htaccess files. Either that should be fixed (_appears_ to work fine with the obvious fix, but that doesn't mean there aren't bugs...) or the docs should be fixed. If someone thinks fixing the directives so they can be used as documented is better, go right ahead. If not, I will commit this. Index: core.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/core.html,v retrieving revision 1.34 diff -c -r1.34 core.html *** core.html 1997/02/03 02:50:54 1.34 --- core.html 1997/02/16 08:19:15 *************** *** 477,483 **** Syntax: HostNameLookups boolean
Default: HostNameLookups on
! Context: server config, virtual host, directory
Status: core

This directive enables DNS lookups so that host names can be logged. --- 477,483 ---- Syntax: HostNameLookups boolean
Default: HostNameLookups on
! Context: server config, virtual host
Status: core

This directive enables DNS lookups so that host names can be logged. *************** *** 493,499 **** Syntax: IdentityCheck boolean
Default: IdentityCheck off
! Context: server config, virtual host, directory
Status: core

This directive enables RFC931-compliant logging of the remote user name --- 493,499 ---- Syntax: IdentityCheck boolean
Default: IdentityCheck off
! Context: server config, virtual host
Status: core

This directive enables RFC931-compliant logging of the remote user name