Ian Holsman wrote: > > Greg Ames wrote: > > ...since Thursday, 31-Jan-2002 19:04:06 PST. > Cool.
Something hangs now on daedalus! > we're running it for our developers internally starting tomorrow. > > > > > Beside checking out the tag, it has the usual patch to save the input buffers > > for debugging, and a quick-n-dirty hack to exit the child without killing the > > parent if accept() gets ENFILE (system out of fd's). > > > > I did have to futz with the config file a bit. The main thing was the change > > from mod_auth_db to mod_auth_dbm. I hope the following is correct, please > > holler if not: > > > > @@ -762,7 +764,8 @@ > > Options All > > </Directory> > > <Directory /da1/www/bugs.apache.org/private> > > - AuthDBUserFile /home/apmail/bugdbaccounts > > + AuthDBMUserFile /home/apmail/bugdbaccounts > > + AuthDBMType DB > your running berkeleyDB ??? > if so that is the right config. > > > AuthName ApacheBugDatabaseUsers > > AuthType Basic > > require valid-user > > > > Are there any changes to the utility to manage the passwords that Brian and > > Manoj should know about? > > htdbm has been changed as well so as to allow for multiple DB types > I think it is -T DB as an extra parameter if you don't have berkeleyDB > support as default. > > --Ian > > > > > Greg > > > >
