Re: Password authentication issue / Apache 2.0

2002-12-06 Thread Tommy McNeely
two things I see.. ### AuthUserFile should have a full path unless it is in the /etc/apache/ directory (or whatever server root is) ### the httest file should be named .httest so that the built in deny rules in apache prevent users from downloading it and "cracking" the passwords.. also should

Re: Password authentication issue / Apache 2.0

2002-12-06 Thread Brooks Kelley
Checked my syntax on another Redhat 8.0 box I built. Worked just fine and my httest allowed admin to log in. I am a bit baffled as to why one machine works and the other one does not. Thanks, Brooks Kelley -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/list

Re: Password authentication issue / Apache 2.0

2002-12-06 Thread Keith Winston
On Thu, 2002-12-05 at 22:47, [EMAIL PROTECTED] wrote: > Have run into an interesting problem with username > athentication in Apache 2.0. Don't know why since I > have followed the syntax I have always followed which > worked with out an issue. > > This is what I have in my httpd.conf file in a Vi

Password authentication issue / Apache 2.0

2002-12-05 Thread brooks
Have run into an interesting problem with username athentication in Apache 2.0. Don't know why since I have followed the syntax I have always followed which worked with out an issue. This is what I have in my httpd.conf file in a Virtual Host so I can keep it away from my dmz host. # BTW, The nam