Hi all,

i am trying to use apache 2.2.6 with mod_dbd and mod_authn_dbd in conjunction 
with apr 1.3 in order to do digest authentication with users in an oracle 
database. mod_dbd finds the oracle driver but it obviously can't connect to 
oracle. The oracle logs show me that mod_dbd doesn't even try to connect to 
oracle. What am i doing wrong?

The apache error log just says:
[Tue Jan 08 08:52:59 2008] [error] (20014)Internal error: DBD: Can't connect to 
oracle
[Tue Jan 08 08:52:59 2008] [error] (20014)Internal error: DBD: failed to 
initialise

My httpd.conf looks like this:

DBDriver oracle
DBDParams "user=ows pass=xxxxx dbname=NAVTST server=10.6.222.11:1532"
DBDMin  1
DBDKeep 2
DBDMax  10
DBDExptime 60
<Directory /application/webalizer>
    AuthType Digest
    AuthName "testrealm"
    AuthBasicProvider dbd
    Require valid-user
    AuthDBDUserPWQuery "select pass from usertest where name = %s"
</Directory>

If you don't know the solution i would even be happy about an advice how to 
debug my problem.

Thanks in advance.




_______________________________________________________________________
Jetzt neu! Schützen Sie Ihren PC mit McAfee und WEB.DE. 30 Tage
kostenlos testen. http://www.pc-sicherheit.web.de/startseite/?mc=022220


---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to