Evening:

I'm trying to testing AuthDBI for both mp1 and mp2 and I'm having poor luck
trying to test this with mp2.

Philip (or anyone): Can you send me your startup.pl you are using with
mod_perl2?

Currently, I am getting:

[Thu Jun 23 18:27:11 2005] [error] [client 10.10.10.204] Can't locate object
method "is_initial_req" via package "Apache2::RequestRec" at
/usr/local/lib/perl5/site_perl/5.8.6/Apache/AuthDBI.pm line 185.\n


I am currently using this startup.pl:

#!/usr/bin/perl

use strict;

use Apache2::RequestRec ();
use Apache::DBI;
use Apache::AuthDBI;

Apache::AuthDBI->setCacheTime(600);
Apache::AuthDBI->setCleanupTime(300);
Apache::AuthDBI->initIPC(50000);

#$Apache::AuthDBI::DEBUG = 2;

1;  # return true value

Regards,
KAM

Reply via email to