The following reply was made to PR mod_status/4744; it has been noted by GNATS.
From: Rodent of Unusual Size <[EMAIL PROTECTED]> To: Apache bug database <[EMAIL PROTECTED]> Cc: Subject: Re: mod_status/4744: Visiting server-status logs the hostname of the client regardless of HostnameLookup. Date: Sun, 01 Aug 1999 14:57:40 -0400 Theo Van Dinter wrote: > > The > whole point of "HostnameLookup off" is so that the IP is the only client > identifier in the logs/passed to CGIs/etc. Er, no. The whole point of "HostNameLookups Off" is to avoid the netweork traffic of back-and-forthing with a nameserver just to provide a name that has low integrity in any case. Log processing scripts should either be able to deal with either a name or an IP address.. or else you should make your own log format string that uses "%a" instead of the default "%h". See the mod_log_config docco. I can see documenting this behaviour a bit better, but not changing it.. -- #ken P-)} Ken Coar <http://Web.Golux.Com/coar/> Apache Software Foundation <http://www.apache.org/> "Apache Server for Dummies" <http://ASFD.MeepZor.Com/>