From owner-freebsd-questions Mon Oct 13 22:55:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA24775 for questions-outgoing; Mon, 13 Oct 1997 22:55:48 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from luke.cpl.net (luke.cpl.net [207.67.172.194]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA24757 for ; Mon, 13 Oct 1997 22:55:36 -0700 (PDT) (envelope-from shawn@luke.cpl.net) Received: from localhost (shawn@localhost) by luke.cpl.net (8.8.5/8.6.12) with SMTP id WAA09706; Mon, 13 Oct 1997 22:54:41 -0700 (PDT) Date: Mon, 13 Oct 1997 22:54:41 -0700 (PDT) From: Shawn Ramsey To: Enrique Krajmalnik cc: freebsd-questions@FreeBSD.ORG Subject: Re: Password protected web site In-Reply-To: <3442F836.698@illumen.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > file. It no longer reports any error messages when it compiles. However, > when I try to execute it, I get a bad command or file name message. Any > quick ideas on this? > > 2. I have modified the access.conf file, created an .htaccess file in > the directory I wish to protect, and created an htpasswd file (using the > web interface at euronet). I can access the site and it will propmpt for > a username and password; it will properly authorize the user and bring > up the web page. However, it only does this the first time the page is > accessed. The browser must be exited and restarted for the pasword > prompt to reappear. I am sure there is a simple fix for this. > > Still new to FreeBSD.... It does this because, I believe, the browser caches the user name and password. I have been on many sites that ask for a password, and it will only ask once until you leave the browser. I believe Internet Exploer(3.x) can even save passwords for multiple sites, but I am not sure on this.