You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Xiongfei Wang <wa...@arches.uga.edu> on 2003/01/21 16:37:13 UTC

[users@httpd] mutiple passwd files for AuthUserFile?

in .htaccess i have code as following 

--------------------------
AuthType Basic
AuthName "/var/www/apidb-dev"
AuthUserFile /etc/httpd/etc/passwd    #1
AuthUserFile /etc/httpd/etc/passwd.apidb-dev #2
------------------------------

My purpose is to store user in two password files, passwd contain users
who can access serverl virtual websites and passwd.apidb-dev only contains
user who can only access one (current website). but it seems that this way
does not work. the result of this config is only user in passwd.apidb-dev
can access current website. Is there a way to set up multiple passed files
for AuthUserFile?

Thanks


---------------------------------------------------------------------
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