On Wed, Jul 27, 2011 at 10:05, Tom Browder <tom.browder@xxxxxxxxx> wrote: > I am trying to use a MySQL database for Digest password management on > my remote server. I have my httpd.conf file settings here: Does anyone have a working solution for Apache Digest password management using MySQL (all on Ubuntu 10.04 LTS) on a remote server outside your LAN? If so, would you be willing to share setup details? To me my errors look like an Apache/MySQL interface problem (mod_dbd) but I don't know how to proceed except to bother the mod_dbd devs (but I have also asked the question on Ubuntu a few minutes ago). Best regards, -Tom Thomas M. Browder, Jr. Niceville, Florida USA > > # mod_dbd configuration > DBDriver mysql > # MySQL params: > # host, port, user, pass, dbname, sock, flags, fldsz, group, reconnect > DBDParams "dbname=passwords user=xxxx pass=xxxx host=xxx.xxx.xxx.xxx port-3306" > > DBDMin 4 > DBDKeep 8 > DBDMax 20 > DBDExptime 300 > > At the moment it doesn't work. After start I get these errors: > > [Wed Jul 27 09:08:56 2011] [error] (20014)Internal error: DBD: Can't > connect to mysql > [Wed Jul 27 09:08:56 2011] [error] (20014)Internal error: DBD: failed > to initialise > > I am able to access the database with other programs both locally and > remotely. I have no idea how to proceed--ideas welcome. > > Thanks. > > -Tom > > Thomas M. Browder, Jr. > Niceville, Florida > USA > --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx