Re: Re: debugging mod_perl fails
Marc <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <trinity-60815f39-37e1-45e9-9db9-f317f795eaeb-1506020000638@3c-app-gmx-bs66> |
Yes, that's already mentioned on the page I used. Gesendet: Donnerstag, 21. September 2017 um 16:37 Uhr Von: "André Warnier (tomcat)" <[email protected]> An: [email protected] Betreff: Re: debugging mod_perl fails Hi. I did not look at the page you mention below, but in the Apache::DB page on CPAN, https://metacpan.org/pod/distribution/Devel-DebugHooks/lib/Apache/DB.pm it says : If you are using mod_perl 2.0 you will need to use the following as your db.pl: use APR::Pool (); use Apache::DB (); Apache::DB->init(); Did you see that ?