The following reply was made to PR other/2214; it has been noted by GNATS. From: Marc Slemko <[EMAIL PROTECTED]> To: "System Administrator a.k.a. The Root of the Problem" <[EMAIL PROTECTED]> Cc: Apache bugs database <[EMAIL PROTECTED]> Subject: Re: other/2214: htpasswd set up password but after set up does not work Date: Mon, 11 May 1998 16:04:16 -0600 (MDT)
On Mon, 11 May 1998, System Administrator a.k.a. The Root of the Problem wrote: > On Mon, May 11, 1998 at 09:55:57PM -0000, [EMAIL PROTECTED] wrote: > > Synopsis: htpasswd set up password but after set up does not work > > > > State-Changed-From-To: open-analyzed > > State-Changed-By: marc > > State-Changed-When: Mon May 11 14:55:55 PDT 1998 > > State-Changed-Why: > > Exactly what message is shown in the error log? > > > > Exactly what directives are you using to try to limit > > access? > > > > Are you sure the htpasswd file and all directories above > > it are world readable? > > > > > Here are the files in question: > > .htaccess > > > AuthUserFile /usr/home/actionpak/html/family/.htpasswd > AuthGroupFile /dev/null > AuthName Name > AuthType Basic > <Limit GET> Don't use a Limit GET directive unless you really mean to only limit GET. > require user psapiano > </Limit> > > > .htgroup > > > insiders: [EMAIL PROTECTED] Huh? What does a htgroup file have to do with it? And why are you using @nl2k.ab.ca? > > > and the .htpasswd > > is as expected. What do you mean "as expected"? You aren't trying to put in [EMAIL PROTECTED] are you? Again, _exactly_ what error message are you getting in the error log? > > > Any pointers? > > -- > Dave Yadallee, System Administrator NetLine 2000 > Available at (403) 473-4587 or Work (403) 414-5359. >
