Mailing List Archive

The environment variable MOD_PERL disappears with local $ENV{MOD_PERL}
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: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org
Re: The environment variable MOD_PERL disappears with local $ENV{MOD_PERL} [ In reply to ]
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 <negachov@gmail.com> 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: dev-unsubscribe@perl.apache.org
> For additional commands, e-mail: dev-help@perl.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org
Re: The environment variable MOD_PERL disappears with local $ENV{MOD_PERL} [ In reply to ]
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 <gozer@ectoplasm.org>:
>
> 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 <negachov@gmail.com> 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: dev-unsubscribe@perl.apache.org
> > For additional commands, e-mail: dev-help@perl.apache.org
> >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org