Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 96325 invoked from network); 6 Nov 2009 07:02:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Nov 2009 07:02:41 -0000 Received: (qmail 99094 invoked by uid 500); 6 Nov 2009 07:02:40 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 99014 invoked by uid 500); 6 Nov 2009 07:02:40 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 99004 invoked by uid 99); 6 Nov 2009 07:02:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Nov 2009 07:02:40 +0000 X-ASF-Spam-Status: No, hits=-8.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.9] (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 06 Nov 2009 07:02:34 +0000 Received: (qmail 96249 invoked by uid 2161); 6 Nov 2009 07:02:14 -0000 Received: from [192.168.2.4] (euler.heimnetz.de [192.168.2.4]) by cerberus.heimnetz.de (Postfix) with ESMTP id 3A6142804C for ; Fri, 6 Nov 2009 08:02:01 +0100 (CET) Message-ID: <4AF3CA12.6040107@apache.org> Date: Fri, 06 Nov 2009 08:02:42 +0100 From: Ruediger Pluem User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.23) Gecko/20090823 SeaMonkey/1.1.18 MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: Pull mod_unique_id out of default build? References: <70577C99-CAC2-4A0A-8B5A-BF6C01FAE1F1@apache.org> <90D5FD86-D053-4AF7-A263-947AD52B5C3E@webthing.com> In-Reply-To: <90D5FD86-D053-4AF7-A263-947AD52B5C3E@webthing.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit On 11/06/2009 06:45 AM, Nick Kew wrote: > On 6 Nov 2009, at 05:30, Sander Temme wrote: > >> Maybe my understanding is limited and my fu is weak, but I have >> personally never had a use for mod_unique_id. The only thing it does >> for me is an error message on startup or, when my server finds itself >> on a box with a hostname that doesn't resolve to an IP address, >> failure. Could we take it out of the default module build? > > +1. > > Useful only to a minority, and actively troublesome to some, seems ample > reason to keep it out of a default build. > >> -APACHE_MODULE(unique_id, per-request unique ids) >> +APACHE_MODULE(unique_id, per-request unique ids, , , most) > > I wonder if even "most" is a tad over-generous here? > I think 'most' is a good compromise for the start. The only application I use it for is for mod_security. mod_security doesn't work correctly if it is not loaded. Otherwise I have never used it. Regards R�diger