Re: [EMAIL PROTECTED] mod_auth problem

2006-04-23 Thread Joshua Slive
On 4/23/06, Paul Smedley <[EMAIL PROTECTED]> wrote: > Hi All, > I'm trying to secure a page on my site using mod_auth_basic > AuthBasicAuthoritative Off > but when I try and access the directory, I get a user/password dialog > but it doesn't accept it, and in error_log I get: > [Sun Apr 2

[EMAIL PROTECTED] mod_auth problem

2006-04-23 Thread Paul Smedley
Hi All, I'm trying to secure a page on my site using mod_auth_basic I have the following in httpd.conf: AuthType Basic AuthBasicProvider file AuthBasicAuthoritative Off AuthName "Admin" AuthUserFile c:/mptn/etc/htpasswd Require user psmedley