You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Nick Kew <ni...@webthing.com> on 2009/12/21 02:46:14 UTC

Re: DO NOT REPLY [Bug 43906] SetEnv does not allow PATH override

On 20 Dec 2009, at 23:09, bugzilla@apache.org wrote:

> https://issues.apache.org/bugzilla/show_bug.cgi?id=43906
> 
> I agree it's inconsistent for PATH and LD_LIBRARY_PATH to differ, and in AFAICS
> what you ask for seems reasonable.  I'll raise this on the dev list.

PR 43906 complains that SetEnv PATH doesn't work: it gets explicitly
overridden by the environment.  On reflection, it seems to me a
reasonable request to be able to set PATH for subrequests.

The current code ensures PATH is always set: is that really
necessary?  Any reason not to remove it in trunk?

-- 
Nick Kew

Re: DO NOT REPLY [Bug 43906] SetEnv does not allow PATH override

Posted by Ruediger Pluem <rp...@apache.org>.
On 21.12.2009 02:46, Nick Kew wrote:
> On 20 Dec 2009, at 23:09, bugzilla@apache.org wrote:
> 
>> https://issues.apache.org/bugzilla/show_bug.cgi?id=43906
>>
>> I agree it's inconsistent for PATH and LD_LIBRARY_PATH to differ, and in AFAICS
>> what you ask for seems reasonable.  I'll raise this on the dev list.
> 
> PR 43906 complains that SetEnv PATH doesn't work: it gets explicitly
> overridden by the environment.  On reflection, it seems to me a
> reasonable request to be able to set PATH for subrequests.
> 
> The current code ensures PATH is always set: is that really
> necessary?  Any reason not to remove it in trunk?

We should be a least consistent regarding LD_LIBRARAY_PATH and PATH.
IMHO it makes no sense that you can change one of them but not
the other. Either you are able to change both or for possible
security reasons none of them.
Currently I would lean to make both changeable.

Regards

RĂ¼diger



Unsubscribe

Posted by Michele Waldman <mm...@nyc.rr.com>.
Does anyone know how to unsubscribe from this list?

I have sent email to the unsubscribe link on apache.org several times.

Yet, I still receive numerous emails that are cluttering my overcrowded
inbox.

Can someone please help me to unsubscribe?

Michele

> -----Original Message-----
> From: Nicholas.Kew@Sun.COM [mailto:Nicholas.Kew@Sun.COM] On Behalf Of Nick
> Kew
> Sent: Sunday, December 20, 2009 8:46 PM
> To: dev@httpd.apache.org
> Subject: Re: DO NOT REPLY [Bug 43906] SetEnv does not allow PATH override
> 
> 
> On 20 Dec 2009, at 23:09, bugzilla@apache.org wrote:
> 
> > https://issues.apache.org/bugzilla/show_bug.cgi?id=43906
> >
> > I agree it's inconsistent for PATH and LD_LIBRARY_PATH to differ, and in
> AFAICS
> > what you ask for seems reasonable.  I'll raise this on the dev list.
> 
> PR 43906 complains that SetEnv PATH doesn't work: it gets explicitly
> overridden by the environment.  On reflection, it seems to me a
> reasonable request to be able to set PATH for subrequests.
> 
> The current code ensures PATH is always set: is that really
> necessary?  Any reason not to remove it in trunk?
> 
> --
> Nick Kew