Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 25921 invoked by uid 500); 21 Dec 2001 08:04:30 -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: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 25904 invoked from network); 21 Dec 2001 08:04:30 -0000 Received: from bull.bourse.ch (HELO bull1.bourse.ch) (194.158.1.1) by daedalus.apache.org with SMTP; 21 Dec 2001 08:04:30 -0000 Received: (from nobody@localhost) by bull1.bourse.ch (8.8.8+Sun/8.8.8) id JAA00141 for ; Fri, 21 Dec 2001 09:04:40 +0100 (MET) X-Authentication-Warning: bull1.bourse.ch: nobody set sender to using -f Received: from trifid2(172.20.196.132) by bull1 via smap (V2.1) id xma000139; Fri, 21 Dec 01 09:04:39 +0100 Received: from regulus.bourse.ch (regulus [172.20.196.148]) by trifid2.bourse.ch (8.8.8+Sun/8.8.8) with ESMTP id JAA12005 for ; Fri, 21 Dec 2001 09:04:38 +0100 (MET) Received: from bourse.ch (localhost [127.0.0.1]) by regulus.bourse.ch (8.9.3+Sun/8.9.3) with ESMTP id JAA07143 for ; Fri, 21 Dec 2001 09:04:37 +0100 (MET) Sender: obo@bourse.ch Message-ID: <3C22ED15.5B725435@bourse.ch> Date: Fri, 21 Dec 2001 09:04:37 +0100 From: Owen Boyle X-Mailer: Mozilla 4.76 [en] (X11; U; SunOS 5.8 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: users@httpd.apache.org Subject: Re: Help with access control (.htaccess) References: <5.1.0.14.2.20011220072245.00b205a0@localhost> <5.1.0.14.2.20011220080635.00b205a0@localhost> <5.1.0.14.2.20011220115449.00b216e0@localhost> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N "J.D. Bronson" wrote: > > I looked at the httpd.conf file over and over and found yet ANOTHER entry > for this specific directory with different directives. Obviously apache > read this AFTER my correct directives. Grrrr... Arrgh... Equally specific directives are applied in the order in which they are listed in the file - so later overrides earlier. "grep" is useful for checking out multiple directives if you suspect you have a conflict (use the "-i" switch to ignore case). Glad you got it working! Rgds, owen Boyle. --------------------------------------------------------------------- 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 For additional commands, e-mail: users-help@httpd.apache.org