From owner-cvs-ports Mon Mar 3 22:43:02 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA00128 for cvs-ports-outgoing; Mon, 3 Mar 1997 22:43:02 -0800 (PST) Received: from veda.is (ubiq.veda.is [193.4.230.60]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA00120; Mon, 3 Mar 1997 22:42:44 -0800 (PST) Received: (from adam@localhost) by veda.is (8.8.4/8.7.3) id GAA14507; Tue, 4 Mar 1997 06:55:50 GMT From: Adam David Message-Id: <199703040655.GAA14507@veda.is> Subject: Re: cvs commit: ports/www/wwwstat - Imported sources In-Reply-To: <20287.857456088@orion.webspan.net> from Gary Palmer at "Mar 4, 97 01:14:48 am" To: gpalmer@FreeBSD.ORG (Gary Palmer) Date: Tue, 4 Mar 1997 06:55:48 +0000 (GMT) Cc: wosch@cs.tu-berlin.de, andreas@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Wolfram Schneider wrote in message ID > <199703032057.VAA01169@campa.panke.de>: > > www.freebsd.org do not log domain names, only ip addresses. I guess > > this makes the access faster and save bandwidth. > > Reverse DNS lookups are not done for one reason ... too many people > have broken DNS information. In the time it takes the server to > realise this, the person could have aborted and gone elsewhere. It > also makes for a more interactive response, even for people with valid > DNS data. It's not that difficult to convert IP->hostnames > automatically at logfile rotation time... I seem to remember there is > even a script in apache to do it.... > > Gary > -- > Gary Palmer FreeBSD Core Team Member > FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info > Or since access control is obviously not dependent on hostname, the logging could be done with DNS conversion asynchronously. Logfiles would be more readable immediately, at the expense of slight delay in availability of the latest entries. -- Adam David