Hello,

I have trouble getting pre-established database connections to work with
mod_perl 2.0.3.
Mod_perl itself is working fine, the pages are loaded quite fast.
However, In the past I had mod_perl 1.9-something which allowed me to
keep database connections alive.

My setup is:

mod_perl 2.0.3
otrs 2.1.2
perl cgi: 3.25
db-type: postgres
apache: 2.0.59

My working config was:

use Apache ();
use Apache2;
use Apache::compat;
use Apache::DBI ();
use DBI ();
use DBD::Pg ();
Apache::DBI->connect_on_init('DBI:Pg:dbname=otrs-1.3.2-01;host=postgres','user',
'pass');


I've read a bit through the mod_perl site, and it seems that the
aproperiate DBI module has not been implemented yet. Is this true? Does
someone have pre-established db-connections with recent mod_perl
versions? How did you do it?

thanks in advance,

-- 
Regards,

 Wiktor Wodecki

 net mobile AG, Zollhof 17, 40221 Duesseldorf, Germany
 923B DCF8 070C 9FDD 5E05  9AE3 E923 5A35 182C 9783

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support orr consulting for your OTRS system?
=> http://www.otrs.com/

Reply via email to