Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 51602 invoked from network); 3 Apr 2006 15:43:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Apr 2006 15:43:02 -0000 Received: (qmail 5834 invoked by uid 500); 3 Apr 2006 15:42:55 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 5300 invoked by uid 500); 3 Apr 2006 15:42:53 -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 5289 invoked by uid 99); 3 Apr 2006 15:42:52 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Apr 2006 08:42:52 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jslive@gmail.com designates 66.249.82.206 as permitted sender) Received: from [66.249.82.206] (HELO xproxy.gmail.com) (66.249.82.206) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Apr 2006 08:42:52 -0700 Received: by xproxy.gmail.com with SMTP id s16so862200wxc for ; Mon, 03 Apr 2006 08:42:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=V1aR22gIuFhmLX/hK2CvGAnpN6qpcHLiSiTJrs/X7jQgXZCqgCkF3Q0F0wSFpRt/0xEzdRIsW9+FxYU6LG9UGNvwv59Q6JrQuqvNyeDC+Ad4yJj+M4Y/bSHp6hE0fbepMgT/ngRI28XwZ0UvZRFPv6DHSZGughXxGmVP3JFcsd8= Received: by 10.70.13.12 with SMTP id 12mr2155785wxm; Mon, 03 Apr 2006 08:42:31 -0700 (PDT) Received: by 10.70.14.15 with HTTP; Mon, 3 Apr 2006 08:42:31 -0700 (PDT) Message-ID: Date: Mon, 3 Apr 2006 10:42:31 -0500 From: "Joshua Slive" Sender: jslive@gmail.com To: users@httpd.apache.org In-Reply-To: <6e5035b40604030810k7dfaa03cyff770196e219af0@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <6e5035b40604030810k7dfaa03cyff770196e219af0@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] uri and location directive X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 4/3/06, toni p=E9rez wrote: > Hi list, > > I have got an apache auth_module write in c to apply own requires in > an own authorization handler, such this: > > > allow from all > AuthType CA2 > require ACL > Grupo 'RME_usuaris' > > > > allow from all > AuthType CA2 > require USUARIO-VALIDO > > > When the server receives the url http://myserver/apw5/rme, is the > second directive "/apw5" instead "/apw5/rme" that do match. > > Why do this? > > I need a solution that isn't change the order of directives The ordering of configuration merging is defined here: http://httpd.apache.org/docs/2.2/sections.html#mergin If /apw5 is really a directory in the filesystem, you can fix this by using the appropriate section instead of .=20 Otherwise you must change the order in the config file. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org