Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 18560 invoked from network); 26 Nov 2003 20:41:35 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 26 Nov 2003 20:41:35 -0000 Received: (qmail 45326 invoked by uid 500); 26 Nov 2003 20:41:19 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 45275 invoked by uid 500); 26 Nov 2003 20:41:19 -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: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 45261 invoked from network); 26 Nov 2003 20:41:18 -0000 Received: from unknown (HELO intech1.intech.com) (216.216.66.97) by daedalus.apache.org with SMTP; 26 Nov 2003 20:41:18 -0000 Received: by intech1.intech.com (Postfix, from userid 65534) id 9C11594140; Wed, 26 Nov 2003 15:37:05 -0500 (EST) Received: from intech.com (unknown [192.168.0.179]) by intech1.intech.com (Postfix) with ESMTP id B265D93F3A for ; Wed, 26 Nov 2003 15:37:02 -0500 (EST) Message-ID: <3FC50E79.6040801@intech.com> Date: Wed, 26 Nov 2003 15:35:05 -0500 From: Christopher Jastram User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031013 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: Where is mod_access?? References: <3FC504C4.5030709@intech.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spambayes-Classification: ham; 0.00 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Ouch! :) I'm just getting into this project -- I hadn't quite gotten that far (or rather, I didn't think of it...) Thanks! Chris Cliff Woolley wrote: >On Wed, 26 Nov 2003, Christopher Jastram wrote: > > > >>Where in the world is mod_access? httpd can't run because it chokes on >>the Order directive, which comes from mod_access. So where is it? >> >> > >No such thing anymore. :-) The auth stuff has been completely refactored >in 2.1: > >root@deepthought:/root/apache/httpd/httpd-2.1/modules/aaa# grep -i order *.c >... >mod_authz_host.c: AP_INIT_TAKE1("order", order, NULL, OR_LIMIT, > > >Hope this helps, >Cliff > > >