From dev-return-73642-apmail-httpd-dev-archive=httpd.apache.org@httpd.apache.org Sun Dec 4 13:13:28 2011 Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D35D398BA for ; Sun, 4 Dec 2011 13:13:28 +0000 (UTC) Received: (qmail 42119 invoked by uid 500); 4 Dec 2011 13:13:28 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 42059 invoked by uid 500); 4 Dec 2011 13:13:28 -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 42051 invoked by uid 99); 4 Dec 2011 13:13:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Dec 2011 13:13:27 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of minfrin@sharp.fm designates 72.32.122.20 as permitted sender) Received: from [72.32.122.20] (HELO chandler.sharp.fm) (72.32.122.20) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Dec 2011 13:13:20 +0000 Received: from chandler.sharp.fm (localhost [127.0.0.1]) by chandler.sharp.fm (Postfix) with ESMTP id C320A74802E for ; Sun, 4 Dec 2011 07:12:59 -0600 (CST) Received: from [10.0.0.251] (87-194-125-19.bethere.co.uk [87.194.125.19]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client did not present a certificate) (Authenticated sender: minfrin@sharp.fm) by chandler.sharp.fm (Postfix) with ESMTP id 7364D74802A for ; Sun, 4 Dec 2011 07:12:59 -0600 (CST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1084) Subject: Re: Are we there yet? From: Graham Leggett In-Reply-To: <201112041002.58865.sf@sfritsch.de> Date: Sun, 4 Dec 2011 15:12:59 +0200 Content-Transfer-Encoding: 7bit Message-Id: References: <201112030048.19359.sf@sfritsch.de> <4ED9D076.4060604@gknw.net> <4EDAA288.4020009@rowe-clan.net> <201112041002.58865.sf@sfritsch.de> To: dev@httpd.apache.org X-Mailer: Apple Mail (2.1084) X-Virus-Scanned: ClamAV using ClamSMTP On 04 Dec 2011, at 11:02 AM, Stefan Fritsch wrote: > Isn't the answer to this that all consumers of slotmem and socache > should simply point to the mod_slotmem_*/mod_socache_* modules in the > error message if the configured provider is not found? Then the user > would immediately know that another module is required. +1. Regards, Graham --