You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Wilson A. Galafassi Jr." <jr...@terra.com.br> on 2002/12/04 12:57:27 UTC

[users@httpd] autentication fails

hello all!!!

i have in my httpd.conf this... but the autentication don't work... what
is the problem???

<Directory "/var/www/html/acid">
 AuthType Basic
 AuthName "Acid Full Console"
 AuthUserFile /usr/lib/apache/passwords/passwords
 Require user admin
 AllowOverride AuthConfig
</Directory>

thanks
wilson


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] autentication fails

Posted by Joshua Slive <jo...@slive.ca>.
On Wed, 4 Dec 2002, Wilson A. Galafassi Jr. wrote:

> hello all!!!
>
> i have in my httpd.conf this... but the autentication don't work... what
> is the problem???
>
> <Directory "/var/www/html/acid">
>  AuthType Basic
>  AuthName "Acid Full Console"
>  AuthUserFile /usr/lib/apache/passwords/passwords
>  Require user admin
>  AllowOverride AuthConfig
> </Directory>

You need to provide more detail.  How exactly does it fail?  What is in
the error log?

The AllowOverride directive is unecessary.  It only controls .htaccess
files.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org