Hello,

Well I did manage to compile Apache with the mod_auth_dbm module and the
gdbm library.  Now I'm running into another glitch.  I created a dbm
password file /etc/httpd/conf/user with dbmmanage and I set up a .htaccess
file for a directory on my web as follows:

AuthName Secure 
AuthType Basic
AuthDBMUserFile /etc/httpd/conf/user
require valid-user

But when I try to access that page, authorization fails and I get this in
my error log: access to /etc/httpd/conf/user failed for 127.0.0.1, reason:
could not open dbm auth file.

So anyone have some suggestions?
TIA, david



-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to