Hi, I tried to convert mod_auth_mysql to mod_authnz_mysql. Don't expect too much, it's my first contact with Apache modules.
Code is here: https://github.com/machtfuernacht/mod_authnz_mysql What I did in a few words: - Took the sources from http://packages.debian.org/squeeze/libapache2-mod-auth-mysql (4.3.9-13) - Added the mutex patch from Rotem Ringel <ro...@jungo.com> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603445 - Dropped a lot of redundant config options - Added "mysql" AuthBasicProvider - Dropped Apache 1.x support What I did not: - Enough testing. It does what I need though. ;) Regards Christopher Dyck