Re: The environment variable MOD_PERL disappears with local $ENV{MOD_PERL}
negachov <[email protected]> Tue, 17 Mar 2020 12:46:37 +0900
| Newsgroups | gmane.comp.apache.mod-perl.devel |
|---|---|
| Message-ID | <CAB-X_PuAOc31N8OvL7UwAL-AcrNNSjEedHKy3Xr4_S6ETOikwA@mail.gmail.com> |
The problem is that the disappearance of the environment variable MOD_PERL affects the mod_perl part. (Apache Works with mod_perl + plack) https://metacpan.org/release/Plack/source/lib/Plack/Handler/Apache2.pm#L39 There is a workaround so it is not fatal, but I want to take a fundamental measure. Can you consider merging? 2020年2月20日(木) 21:54 Philippe Chiasson <[email protected]>: > > That’s looking like a fix for a fairly old issue that has been plaguing us for a long while now. > > You are not the first one bitten by that issue, that’s for sure. > > Going to have a peek at the patch today, thanks! > > Sent from the depths of my mind on an iPhone > > > On Feb 20, 2020, at 06:57, negachov <[email protected]> wrote: > > > > There is a problem that environment variables disappear. > > > > I think it's the same problem as > > https://rt.cpan.org/Public/Bug/Display.html?id=98750 > > I wrote a patch(https://rt.cpan.org/Public/Bug/Display.html?id=98750#txn-1882862). > > > > Can you give me any advice? > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > >