On Friday 08 June 2007 12:25:17 Mark Constable wrote:
> Ah, of course, but... perhaps it's now a Debian problem.
And on my ArchLinux desktop where I just compiled apr-util
--with-sqlite3 the httpd daemon at least runs but shows an
endless stream of the below in the logs. An authentication
attempt
On Friday 08 June 2007 11:42:08 Nick Kew wrote:
> You need to load mod_dbd.
Ah, of course, but... perhaps it's now a Debian problem.
# a2enmod dbd
Module dbd installed; run /etc/init.d/apache2 force-reload to enable.
# /etc/init.d/apache2 force-reload
Forcing reload of web server (apache2).../us
On 08/06/07, Mark Constable <[EMAIL PROTECTED]> wrote:
However, after enabling mod_auth_basic and mod_authn_dbd in the
Debian stable apache 2.2.3 configuration I am still getting...
Invalid command 'DBDriver', perhaps misspelled or defined by
a module not included in the server configuration f
On Fri, 8 Jun 2007 10:17:33 +
Mark Constable <[EMAIL PROTECTED]> wrote:
> Invalid command 'DBDriver', perhaps misspelled or defined by
> a module not included in the server configuration failed!
You need to load mod_dbd.
--
Nick Kew
Application Development with Apache - the Apache Modul
On Friday 08 June 2007 07:11:17 Nick Kew wrote:
> Building apr and apr-util will fix it. You can do that from
> your httpd tarball by building srclib/apr and srclib/apr-util
> before building httpd itself.
Thanks Nick. It seems my ArchLinux desktop apr-util package uses
--without-sqlite3 in it's
On Fri, 8 Jun 2007 03:54:55 +
Mark Constable <[EMAIL PROTECTED]> wrote:
> I'm struggling to find any info or examples on how to include
> sqlite3 support for mod_authn_dbd and httpd-2.2.4. This is my
> current configure line but it's not working. I suspect I need
> to build apr separately
Bui
I'm struggling to find any info or examples on how to include
sqlite3 support for mod_authn_dbd and httpd-2.2.4. This is my
current configure line but it's not working. I suspect I need
to build apr separately but it's not clear if I need to and/or
how to. Can anyone suggest modifications to my ./c