Return-Path: Delivered-To: apmail-httpd-test-dev-archive@www.apache.org Received: (qmail 11154 invoked from network); 20 Dec 2004 07:47:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 20 Dec 2004 07:47:47 -0000 Received: (qmail 59379 invoked by uid 500); 20 Dec 2004 07:47:46 -0000 Delivered-To: apmail-httpd-test-dev-archive@httpd.apache.org Received: (qmail 59337 invoked by uid 500); 20 Dec 2004 07:47:45 -0000 Mailing-List: contact test-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: test-dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list test-dev@httpd.apache.org Delivered-To: moderator for test-dev@httpd.apache.org Received: (qmail 60824 invoked by uid 99); 20 Dec 2004 05:16:55 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of chialiang@gmail.com designates 64.233.184.204 as permitted sender) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=BJ/0QXgvumJD6jx23mFG7DiicR8B4e2GRPl9S6Cn7+qZ4Kx5Ndfjwy1j7rigla6WRz8keZgcnRkWDWusA5IReqVUArSgjjNIibGsmYHSjD0hgXqPLOoYXYl0s3iRklVtI2ovyT60+5OxVYFA8FSIdkEQIwidk1B9T3UvSIu7O5k= Message-ID: Date: Mon, 20 Dec 2004 13:16:50 +0800 From: Chia-Liang Kao Reply-To: clkao@clkao.org To: Stas Bekman Subject: Re: [PATCH] Allow loading builtin dso modules Cc: test-dev@httpd.apache.org In-Reply-To: <41C65FA0.5060008@stason.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41C6563B.2060702@stason.org> <41C65943.6090100@stason.org> <41C65FA0.5060008@stason.org> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Mon, 20 Dec 2004 00:14:08 -0500, Stas Bekman wrote: > > As said earlier, this was to make A-T's test suite actually runs the cookie > > tests when mod_cgi is built as dso, and has nothing to do with my own tests. > > Aha! That wasn't clear from your description. And the access module, it's > needed for the basic test suite too? Yes. t/conf/extra.conf.in has "Order allow,deny" Cheers, CLK