Return-Path: X-Original-To: apmail-httpd-users-archive@www.apache.org Delivered-To: apmail-httpd-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8A8549F6B for ; Fri, 9 Mar 2012 15:06:38 +0000 (UTC) Received: (qmail 82761 invoked by uid 500); 9 Mar 2012 15:06:35 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 82727 invoked by uid 500); 9 Mar 2012 15:06:35 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 82718 invoked by uid 99); 9 Mar 2012 15:06:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Mar 2012 15:06:35 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=FSL_HELO_NON_FQDN_1,HELO_NO_DOMAIN,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [80.229.52.226] (HELO baldur) (80.229.52.226) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Mar 2012 15:06:30 +0000 Received: from baldur (localhost [127.0.0.1]) by baldur (Postfix) with ESMTP id A5377C12370B for ; Fri, 9 Mar 2012 15:05:12 +0000 (GMT) Date: Fri, 9 Mar 2012 15:05:10 +0000 From: Nick Kew To: users@httpd.apache.org Message-ID: <20120309150510.42e561a3@baldur> In-Reply-To: References: X-Mailer: Claws Mail 3.7.4 (GTK+ 2.20.1; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Restricting mod-dbd by location On Fri, 09 Mar 2012 14:04:19 +0000 Alex Bligh wrote: > (I am running non-threaded due to various > legacy nonsense). If you're running non-threaded then those DBD settings make no sense: you need DBDMax of 1 and DBDMin of 0 or 1. I suppose it's a buglet that mod_dbd only knows whether APR is threaded and lets you do that when you have threaded APR and an unthreaded MPM. -- Nick Kew --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org