From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> htpasswd -c /var/www/conf/auth/passwd edp < I set the password here >
> 
> chown root.nogroup /var/www/conf/auth/passwd chmod 640 
> /var/www/conf/auth/passwd
> 
> 
> Setting the Config to use this file
> -----------------------------------
> 
> <Directory "/var/www/cgi-bin/secure">
>        AuthType Basic
>        AuthName "Password Required"
>        AuthUserFile /var/www/conf/auth/passwd
>        Require valid-user
> </Directory>
> 
> But the Apache rejects my password.  I tried it several 
> times,  same thing,  rejection.
> 
> Is there anything I overlooked?  Why would it reject my password....
> 
> I would use this URL when accessing the site...
> 
> http://<MYIP>/cgi-bin/secure/sm.py
> 
> The browser would prompt me for a username,  I typed in "edp"
> and the same password I used above...
> 
> The password prompt just comes back,  asking for the password again.
> Why is it rejecting access?

What does your error log say?

 -> /var/www/logs/

DS

Reply via email to