...since Thursday, 31-Jan-2002 19:04:06 PST.
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
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?
Greg