Index: [Article Count Order] [Thread]

Date:  Thu, 20 Apr 2006 01:47:51 -0400
From:  "Darrell D. Mobley" <dmobley (at mark) uhostme.net>
Subject:  [coba-e:04774] Re: .htaccess User Authentication
To:  <coba-e (at mark) bluequartz.org>
Message-Id:  <!&!AAAAAAAAAAAYAAAAAAAAAPc/2lpi38BEv46VBpDc+JTCgAAAEAAAAH0Fuq8C4oBIt/DYdVrJOPwBAAAAAA== (at mark) uhostme.net>
In-Reply-To:  
X-Mail-Count: 04774

Is spring break over?  Apparently no one knows how to authenticate a user to
the BQ alias file, because there hasn't been one answer to a seemingly easy
question.  Please help...

-----Original Message-----
From: Darrell D. Mobley [mailto:dmobley (at mark) uhostme.net] 
Sent: Monday, April 17, 2006 5:05 PM
To: 'coba-e (at mark) bluequartz.org'
Subject: .htaccess User Authentication

I have a directory on my server I want to password protect.  I have an
.htaccess file in the directory that looks like this:

#Basic configuration for any users:
AuthAuthoritative On
AuthType Basic
AuthName Your_Eyes_only
AuthExternal pwauth
require valid-user

It doesn't work.  

What should this file look like if I wanted to only allow authenticated
users from the BQ machine?

What should it look like if I only wanted to validate the administrative
user of the BQ machine?