Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 4506 invoked from network); 28 Dec 2004 23:27:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 28 Dec 2004 23:27:25 -0000 Received: (qmail 84029 invoked by uid 500); 28 Dec 2004 23:27:08 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 84016 invoked by uid 500); 28 Dec 2004 23:27:08 -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 84001 invoked by uid 99); 28 Dec 2004 23:27:07 -0000 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_POST,MSGID_FROM_MTA_HEADER,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of jarmake@hotmail.com designates 65.54.247.22 as permitted sender) Received: from bay2-f22.bay2.hotmail.com (HELO hotmail.com) (65.54.247.22) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 28 Dec 2004 15:27:04 -0800 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 28 Dec 2004 15:27:01 -0800 Message-ID: Received: from 80.186.80.249 by by2fd.bay2.hotmail.msn.com with HTTP; Tue, 28 Dec 2004 23:26:59 GMT X-Originating-IP: [80.186.80.249] X-Originating-Email: [jarmake@hotmail.com] X-Sender: jarmake@hotmail.com From: "Jari M�kel�inen" To: users@httpd.apache.org Bcc: Date: Wed, 29 Dec 2004 01:26:59 +0200 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 28 Dec 2004 23:27:01.0563 (UTC) FILETIME=[BBA7B8B0:01C4ED34] X-Virus-Checked: Checked Subject: [users@httpd] Authentication problem with Firefox X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I am running Apache 2.0.51 on Fedora Core 2. I have setup a virtual host having the document root and within the virtual host container I have the directory container for document root directory setup as AuthName "blaharea" AuthType Basic AuthUserFile /path/to/it AuthGroupFile /path/to/it Require group groupwithaccess Options FollowSymLinks AllowOverride All Order Allow,Deny Allow from All Then I have for subdirectory /blah/open the following directory container after the /blah container: Satisfy Any Order Allow,Deny Allow from All Now if I have understood correctly that should override the authentication need for /blah/open directory? In IE and Mozilla there's no password prompt presented when accessing a page in /blah/open and the page is shown as it should. In Firefox 1.0 however a password prompt for AuthRealm "/blaharea" pops up but also the page is shown. So I can cancel the box away and the page works. Does anybody have any idea why this happens with Firefox and how could I prevent the box from popping up? Moving the page to different location is not an option this time. All help much appreciated. -Jari M�kel�inen jarmake@hotmail.com _________________________________________________________________ Don't just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/ --------------------------------------------------------------------- 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