Re: [EMAIL PROTECTED] mod_auth_mysql questions

2008-06-05 Thread Chris Cohen
On Wednesday 04 June 2008 01:22:19 Res wrote: > On Tue, 3 Jun 2008, Chris Cohen wrote: > >> ~# ldd /usr/local/apache/bin/httpd | grep libmysqlclient_r > >> libmysqlclient_r.so.15 => > >> /usr/lib/mysql/libmysqlclient_r.so.15 (0xb7d7f000) > > > > This command doesn't report anything. So no

Re: [EMAIL PROTECTED] mod_auth_mysql questions

2008-06-03 Thread Chris Cohen
On Tuesday 03 June 2008 13:11:26 Res wrote: > On Tue, 3 Jun 2008, Chris Cohen wrote: > > On Tuesday 03 June 2008 11:37:30 Res wrote: > >> Which version of Apache? later versions do not use that module. so > >> to get help you should to specifiy the version > > > > Sorry, forgot that. > > apache2-mp

Re: [EMAIL PROTECTED] mod_auth_mysql questions

2008-06-03 Thread Chris Cohen
On Tuesday 03 June 2008 11:37:30 Res wrote: > Which version of Apache? later versions do not use that module. so to > get help you should to specifiy the version Sorry, forgot that. apache2-mpm-prefork (2.2.8-1ubuntu0.2) libapache2-mod-auth-mysql (4.3.9-4) -- Thanks Chris --

[EMAIL PROTECTED] mod_auth_mysql questions

2008-06-03 Thread Chris Cohen
Hello, thanks to Eric Covener I got apache's reverse proxy working with basic htpasswd authentication. But now that it's working, I want to authenticate Apache against a mysql database with about 15 users. (I think I could write a script that syncs the database to the htpasswd file, but that is