Re: [users@httpd] Problem with LD_LIBRARY_PATH variable in httpd CentOS 7.1

2015-12-20 Thread Hilbert Set
Thanks for your reply. >> What previous versions? >> When *did* it work? With previous versions of >> Apache httpd 2.4.* on CentOS 7.1, or on previous >> versions of CentOS? The last version in which it is surely working is CentOS 6.6, which has httpd 2.2.15-39. I cannot say after that. On Sun,

Re: [users@httpd] Problem with LD_LIBRARY_PATH variable in httpd CentOS 7.1

2015-12-20 Thread Jim Jagielski
When *did* it work? With previous versions of Apache httpd 2.4.* on CentOS 7.1, or on previous versions of CentOS? Basically, I'm trying to track down whether the issue in in CentOS 7.1 or in the Apache httpd code or maybe even in your config itself. > On Dec 20, 2015, at 8:09 AM, Hilbert Set wr

Re: [users@httpd] Problem with LD_LIBRARY_PATH variable in httpd CentOS 7.1

2015-12-20 Thread Eric Covener
On Sun, Dec 20, 2015 at 10:49 AM, Kurtis Rader wrote: > What previous versions? This entry from the CHANGES file might be relevant: > > Changes with Apache 2.4.2 > > *) SECURITY: CVE-2012-0883 (cve.mitre.org) > envvars: Fix insecure handling of LD_LIBRARY_PATH that could lead to > the >

Re: [users@httpd] Problem with LD_LIBRARY_PATH variable in httpd CentOS 7.1

2015-12-20 Thread Kurtis Rader
On Sun, Dec 20, 2015 at 5:09 AM, Hilbert Set wrote: > Hello, > I am using the default httpd in CentOS 7.1, that is version 2.4.6-40. > > I need to set the LD_LIBRARY_PATH variable so that it is available to CGI > scripts as native system environment variable. > I do this by setting at the end of

[users@httpd] Problem with LD_LIBRARY_PATH variable in httpd CentOS 7.1

2015-12-20 Thread Hilbert Set
Hello, I am using the default httpd in CentOS 7.1, that is version 2.4.6-40. I need to set the LD_LIBRARY_PATH variable so that it is available to CGI scripts as native system environment variable. I do this by setting at the end of the file /etc/httpd/conf/httpd.conf: setenv LD_LIBRARY_PATH I