Ian Holsman wrote: > >>[Tue Feb 05 02:35:30 2002] [error] [client 61.11.11.198] (2)No such file or > >>directory: could not open dbm auth file: /home/apmail/bugdbaccounts, referer: > >>http://httpd.apache.org/dev/
> > time to dive into the code and see where the error message comes from, and what > > the significance of the .db on the end of the filename is. Please speak up if > > you know. > > hey greg. > FYI BerkeleyDB doesn't append this. > and I don't think the mod_auth_dbm does either > > > stat("/home/apmail/bugdbaccounts.db",0xbfbff2f8) ERR#2 'No such file or > > directory' > > open("/home/apmail/bugdbaccounts.db",0,0664) ERR#2 'No such file or > > directory' OK, I wonder if something is wrong with AuthDBMType processing, and we're invoking the wrong DB open or some such? Is there a db manager that does append .db? Greg