I'm trying to configure mod_authn_dbd on Apache 2.2 + Postgres 8 + FreeBSD 6 stable. Here's what I've got:#Database ManagementDBDriver pgsqlDBDParams "dbname=UserDirectory user=UserDirectory password=foo"DBDMin 1DBDKeep 2DBDMax 10DBDExptime 60#Authentication Section AuthType Basic AuthName
I'm trying to configure mod_authn_dbd on Apache 2.2 + Postgres 8 + FreeBSD 6 stable. Here's what I've got:#Database ManagementDBDriver pgsqlDBDParams "dbname=UserDirectory user=UserDirectory password=foo"DBDMin 1DBDKeep 2DBDMax 10DBDExptime 60#Authentication Section AuthType Basic AuthName
Nick Kew wrote:
> On Sunday 26 February 2006 19:09, Fred McCann wrote:
>
>> Is there anything I got wrong here? Is apr_dbd_mysql incompatible
>> with my version of MySQL, FreeBSD, or Apache?
>
> That's a difficult one. Are you using apr_dbd_mysql from up-to-
date s
I'm trying to configure mod_authn_dbd to use a mysql database. I'm
running MySQL 5.0.18 and Apache 2.2 on FreeBSD 6.0-RELEASE.
Here's what I have for configuration:
# Database Management
DBDriver mysql
#Connection string: database name and login credentials
DBDParams "dbname=UserDirectory us
Thanks for the heads up. I rebuilt apr-1.2.2, apr-util-1.2.2, and
httpd-2.2.0 from source.
I copied apd_dbd_mysql.c to the dbd directory of apr-util-1.2.2 and
built it with the following commands:
./makeconf
./configure --with-apr=/usr/local/apr/bin/apr-1-config --with-expat=/
opt/local \
I'm trying to build apr_dbd_mysql on on Apache 2.2.0 / OS X 10.4.5 so
I can use the mysql driver for mod_authn_dbd. I installed Apache2 via
darwin ports and I downloaded apr_dbd_mysql.c from http://
apache.webthing.com/svn/apache/apr/apr_dbd_mysql.c. I'm not sure that
I'm correctly building