Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 64430 invoked from network); 10 May 2007 07:01:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 May 2007 07:01:50 -0000 Received: (qmail 3629 invoked by uid 500); 10 May 2007 07:01:52 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 3551 invoked by uid 500); 10 May 2007 07:01:52 -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 3504 invoked by uid 99); 10 May 2007 07:01:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 May 2007 00:01:51 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of bojan@rexursive.com designates 203.171.74.242 as permitted sender) Received: from [203.171.74.242] (HELO beauty.rexursive.com) (203.171.74.242) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 May 2007 00:01:43 -0700 Received: from [172.27.0.24] (shrek.rexursive.com [172.27.0.24]) by beauty.rexursive.com (Postfix) with ESMTP id D100B40AFF for ; Thu, 10 May 2007 17:01:21 +1000 (EST) Subject: Re: [PATCH]: Call dbd_setup() for all virtual hosts or create mutex inmod_dbd.c From: Bojan Smojver To: dev@httpd.apache.org In-Reply-To: <3B21A253728EA247A10A692547A271538DCB58@EITO-MBX03.internal.vodafone.com> References: <3B21A253728EA247A10A692547A271538DCB58@EITO-MBX03.internal.vodafone.com> Content-Type: text/plain; charset=utf-8 Date: Thu, 10 May 2007 17:01:21 +1000 Message-Id: <1178780481.29406.40.camel@shrek.rexursive.com> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 (2.8.3-2.fc6) Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org On Thu, 2007-05-10 at 08:20 +0200, Plüm, Rüdiger, VF-Group wrote: > As far as I understand your problem description the bug is only in 2.2.x and not in > trunk. So could you please give a pointer to the revision(s) in trunk that fixed this? > This can be considered for backport then. If this is not fixed in trunk yet, please > sent a patch that applies to trunk. I don't think this applies to trunk. The trunk uses configuration groups and then applies dbd_setup to all of them. So, this is a pure bug fix for 2.2.x branch. Ditto other patch I sent to the list today. -- Bojan