Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 50147 invoked from network); 2 Dec 2004 15:51:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 2 Dec 2004 15:51:40 -0000 Received: (qmail 66018 invoked by uid 500); 2 Dec 2004 15:51:17 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 66000 invoked by uid 500); 2 Dec 2004 15:51:16 -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 65983 invoked by uid 99); 2 Dec 2004 15:51:16 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of jslive@gmail.com designates 64.233.184.196 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.196) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 02 Dec 2004 07:51:16 -0800 Received: by wproxy.gmail.com with SMTP id 71so1831612wra for ; Thu, 02 Dec 2004 07:51:14 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=TOVYKIkEt4ZdPNS2nlnoMvMOLQZUrcf0V7S1W070bdZPuHSd/C3Yof9GKbjqpgjVrL/CXuhjkrCRdOqLbT2ZKqPgVCNeuQZbb1u4mOO4z/vqxR03lTD7g3i2Y43UaDLrEOkUjIDR7K1WrpAlq/pvFlOPrXp3U8owiBkZDP3U1Hg= Received: by 10.54.41.71 with SMTP id o71mr1323580wro; Thu, 02 Dec 2004 07:51:14 -0800 (PST) Received: by 10.54.5.17 with HTTP; Thu, 2 Dec 2004 07:51:14 -0800 (PST) Message-ID: Date: Thu, 2 Dec 2004 10:51:14 -0500 From: Joshua Slive Reply-To: Joshua Slive To: users@httpd.apache.org In-Reply-To: <41AF3629.FAE7A68F@bull.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41AF2E70.C7EC1D54@bull.net> <002201c4d881$e3c90780$ce0aa8c0@test.com> <41AF3629.FAE7A68F@bull.net> X-Virus-Checked: Checked Subject: Re: [users@httpd] Protected directories by access.conf not visible X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Thu, 02 Dec 2004 16:35:05 +0100, Jean-Philippe BATTU wrote: > > Hi Tim ! > > Thanks for your quick help > > "rep1" is not visible means I can't see the rep1 in my brower > when I try to browse the directory where rep1 is. I can see the > other directories because I don't have index.html file at the same > level as rep1. > > What should happen ? > I would like to see this directory and when I click on it, a window > should be popup to ask me the password. Note if I type the full > url: http://my_linux_box/livraison/rep1, a window popup appears > and apache asked me the passwd. Therefore ? I can enter in this > directory This was a security change made in apache 2. It is not, in general, a good idea to reveal the existence of secured areas that people don't have the right to access. In 2.1 (the development version), there is an option to turn this off with the "ShowForbidden" IndexOption: http://httpd.apache.org/docs-2.1/mod/mod_autoindex.html#indexoptions 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