Hello,
Zach Moazeni wrote:
> I'm working with Apache 2.2.3, MySQL 4.1.12 on CentOS. I have compiled
> mod_dbd, authn_dbd (along with the apr_dbd_mysql.c from
> http://apache.webthing.com/database) and I've successfully configured
> authn_dbd on the base config.
Apache 2.2.4, MySQL 4.1.21, Linux,
Yeah I was on IRC earlier.
I think you helped me get to where I am now, with my error in the
DBDParams.
I'm fairly certain the query isn't failing since it's copy and paste
from a working example in the httpd.conf. Same for permissions. The
errors only arise when trying to use the configu
On Fri, 23 Feb 2007 12:18:01 -0500
Zach Moazeni <[EMAIL PROTECTED]> wrote:
> Hello,
Were you on IRC earlier?
> [Fri Feb 23 11:11:53 2007] [error] [client __client_ip__] Error
> looking up test_user in database
That means your query failed. The reason should be available from
MySQL: it could
Hello,
I'm working with Apache 2.2.3, MySQL 4.1.12 on CentOS. I have
compiled mod_dbd, authn_dbd (along with the apr_dbd_mysql.c from
http://apache.webthing.com/database) and I've successfully
configured authn_dbd on the base config. (httpd.conf)
This is the sample httpd.conf blurb that