You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ha...@hyperreal.com> on 1995/10/03 15:22:41 UTC

Bug (fwd) (Basic Auth)

no ack sent.

> Message-Id: <19...@ritz.mordor.com>
> Date: Thu, 03 Jan 80 01:10:21 -0800
> From: Christopher Mauritz <ri...@mordor.com>
> Organization: Mordor International
> X-Mailer: Mozilla 1.2N (Windows; I; 16bit)
> MIME-Version: 1.0
> To: apache-bugs@apache.org
> Subject: Bug
> Content-Transfer-Encoding: 7bit
> Content-Type: text/plain; charset=us-ascii
> 
> I guess I must post this, Since I can't seem to figure this one
> out 
> 
> Here is my .htacces, minus my drive and directory below....
> 
> AuthUserFile    (MyDrive And Directory)/.htpass
> AuthGroupFile   /dev/null
> AuthName        Secured Web Site
> AuthType        Basic
> 
> <Limit POST>
> require user test
> </Limit>
> 
> <Limit GET>
> require user test
> </Limit>
> 
> 
> 
> >Authorization Required
> >This server could not verify that you are authorized to access the
> >document you requested. Either
> >you supplied the wrong credentials (e.g., bad password), or your browser
> >doesn't understand
> >how to supply the credentials required.
> 
> 
> 
> Can you make anything out of this...
> 
> Thanks in Advance!
> 
> Please Respond to:
> www@mordor.com
>