On May 28, 2007, at 9:00 PM, Roberto C. Sánchez wrote:
On Mon, May 28, 2007 at 08:45:33PM -0400, Tom Allison wrote:
On May 28, 2007, at 11:02 AM, Roberto C. Sánchez wrote:
On Mon, May 28, 2007 at 07:26:05AM -0400, Tom Allison wrote:
Someone suggested using mod_authn_dbd with seemed easier to
impliment
than this and it's part of the apache2 installation, which was
also a
plus for it.
That was me :-)
Only problem is, the module is loaded but the Directives aren't
recognized in httpd.conf.
Example: 'DBDriver pgsql' is not recognized.
Since this is "step #1" in the configuration I'm kind of at a
loss on
how to proceed.
Hmm. What exactly appears in the error log?
$ sudo /usr/sbin/apache2ctl -t
Syntax error on line 6 of /etc/apache2/httpd.conf:
Invalid command 'DBDriver', perhaps misspelled or defined by a module
not included in the server configuration
Ummm, you are placing that directive *after* the include directive
that
calls the DBD module, correct?
Actually.... yes....
I put it into httpd.conf which is called just after the mods-
available and before the sites-enabled.
But I think you put me on the right track. I'll have to chase down
the order of events...