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/03 18:45:12 UTC

[users@httpd] help with autentication

hello! i'm using apache Apache/2.0.40 (Red Hat Linux) on 8.0

i put this lines on httpd.conf:

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

<Directory "/var/www/html/acidviewer">
 AuthType Basic
 AuthName "Acid Viewer"
 AuthUserFile /usr/lib/apache/passwords/passwords
 Require user acidviewer
 AllowOverride None 
</Directory>

i create user/password with the commands:
mkdir /usr/lib/apache/passwords 
htpasswd -c /usr/lib/apache/passwords/passwords admin 
htpasswd  /usr/lib/apache/passwords/passwords acidviewer 

but when a try to acces dont'wor. what is the problem?

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