Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 92594 invoked from network); 5 Dec 2005 08:44:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Dec 2005 08:44:41 -0000 Received: (qmail 71486 invoked by uid 500); 5 Dec 2005 08:44:29 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 71465 invoked by uid 500); 5 Dec 2005 08:44:28 -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 71406 invoked by uid 99); 5 Dec 2005 08:44:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Dec 2005 00:44:27 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [62.134.191.12] (HELO ms-fra.gft.com) (62.134.191.12) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Dec 2005 00:44:26 -0800 Received: from maileschborn.gft.com ([172.28.1.4]) by ms-fra.gft.com with Microsoft SMTPSVC(5.0.2195.6713); Mon, 5 Dec 2005 09:44:05 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Mon, 5 Dec 2005 09:44:05 +0100 Message-ID: <17EE6E3A17828540B8D7D6CCE62BC52D02B42467@maileschborn.gft.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Auth problem with Location Thread-Index: AcX4bD85wsqN7M8ZSziQfO5uxPa+LwBCDIowAAB1hVA= From: "Maurer, Hermann" To: X-OriginalArrivalTime: 05 Dec 2005 08:44:05.0977 (UTC) FILETIME=[0D054C90:01C5F978] X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Auth problem with Location X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello folks, I'd like to implement the following scenario: We have an area, which must be accessible by everyone. There is an subfolder in it, which has to be accessible by authorized users only. Below I noted the appropriate piece of httpd.conf for that: ---------------------------- Order Allow,Deny Allow from all Order Allow,Deny Allow from all AuthName "Confidentail Area, please login" AuthType Basic AuthUserFile /usr/local/apache/passwd/passwords Require valid-users ---------------------------- Unfortunately, it doesn't work. Still everybody can access the subfolder /myloc/confidential without any password dialogs. I suppose, that the first Location block does have a higher priority, then the second one. Is it generally possible ? Should I use any LocationMatch rules with regexp ? Can anybody give me an example for it ? Thank you ! Regards, Hermann Maurer --------------------------------------------------------------------- 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