Re: [MP2]: strange behavior with Apache2::SubRequest::run

2008-09-25 Thread titetluc titetluc
Does anyone has additional documentation on Apache2::SubRequest::run and Apache2::SubRequest::status returned values ? Gaetan 2008/9/22 titetluc titetluc <[EMAIL PROTECTED]> > 2008/9/19 Torsten Foertsch <[EMAIL PROTECTED]> > >> On Fri 19 Sep 2008, titetluc titetluc wrote: >> > > Does your mod_pe

Re: Share perl variables between apache process

2008-09-25 Thread Jonathan Vanasco
On Sep 24, 2008, at 3:17 PM, Perrin Harkins wrote: On Wed, Sep 24, 2008 at 3:08 AM, badman <[EMAIL PROTECTED]> wrote: For Michael, yes i know what it mean to have global variables (semaphores, ...) i was investigating this option because when i do call ...- >new(); it reads a file to initia

Re: Apache::DBI 1.07 requires global $r - workaround?

2008-09-25 Thread Bryan-Kirk Reinhardt
Thanks Adam! UPDATE: Reverted back to 1.06 and Apache is loading now. whoohoo To revert, remove the following 1.07 items from the system /usr/lib/perl5/site_perl/5.8.8/Apache/AuthDBI.pm /usr/lib/perl5/site_perl/5.8.8/Apache/DBI.pm /usr/share/man/man3/Apache::AuthDBI.3pm /usr/share/man/man3/Apa

Re: Apache::DBI 1.07 requires global $r - workaround?

2008-09-25 Thread Bryan-Kirk Reinhardt
Thanks everyone for the quick response. Yes. We tried this fix before we had contacted you, and now I just tried it again just to be sure I wasn't cross-eyed: PerlOptions +GlobalRequest -SetupEnv -ParseHeaders # Startup module sets @INC and does other initialization PerlRequire .../foo/star