Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 13666 invoked from network); 27 Nov 2003 16:47:07 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 27 Nov 2003 16:47:07 -0000 Received: (qmail 85186 invoked by uid 500); 27 Nov 2003 16:46:54 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 85144 invoked by uid 500); 27 Nov 2003 16:46:54 -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 Delivered-To: moderator for dev@httpd.apache.org Received: (qmail 83998 invoked from network); 26 Nov 2003 20:05:10 -0000 Message-ID: <3FC5072E.1080404@optimaltec.com> Date: Wed, 26 Nov 2003 15:03:58 -0500 From: "Sergey A. Lipnevich" User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031103 X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@httpd.apache.org, cej@intech.com Subject: Re: Where is mod_access?? References: <3FC504C4.5030709@intech.com> In-Reply-To: <3FC504C4.5030709@intech.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 http://httpd.apache.org/docs-2.1/howto/auth.html They've substantially changed the AAA (authentication and authorization API or something?) interfaces and implementation, configuration also is a little different. Good luck! Christopher Jastram wrote: > Okay, I'm really feeling stupid here. > > 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? > > I'm working on a clean (I hope) checkout of httpd-2.1 (cvs co httpd-2.1 > httpd-2.0). I can't find mod_access.c anywhere, and it's driving me > *crazy*...! > > Thanks for the help, > > Chris > >