[EMAIL PROTECTED] Re: trouble sending environmental variable

2007-07-24 Thread JJ
Problem solved. It was some kind of strange permissions problem. I moved the folder with the *.so file to the /usr/lib64 folder and updated the SetEnv statement in the config file to reflect this, and it worked. I dont know why the SetEnv directive did not work for the folder where it was origin

[EMAIL PROTECTED] Re: trouble sending environmental variable

2007-07-24 Thread JJ
OK, a bit more information. When I use SetEnv LD_DEBUG all in my config file, I see that in the early part of the long error file apache is searching through the correct LD_LIBRARY_PATH folder for files, but then at the end of the error file it does not search through the correct folder. What cou

[EMAIL PROTECTED] Re: trouble sending environmental variable

2007-07-24 Thread JJ
Thanks Boyle and Joshua: I believe Ive tried what you suggested. I tried using both SetEnv and PassEnv in the config file, and the LD_LIBRARY_PATH is set correctly in a terminal when I open a terminal up. I usually use the session manager to start apache, but the same problem occurs if I use apac

Re: [EMAIL PROTECTED] Re: trouble sending environmental variable

2007-07-24 Thread Joshua Slive
On 7/24/07, JJ <[EMAIL PROTECTED]> wrote: --- JJ <[EMAIL PROTECTED]> wrote: > I tried ading SeEnv LD_LIBRARY_PATH > /path at the end of my httpd.conf file, and I also > tried adding PASSEnv LD_LIBRARY_PATH. I stoped and > started hpptd again, both from the Services gui in > Fedora and via the

Re: [EMAIL PROTECTED] Re: trouble sending environmental variable

2007-07-24 Thread Daniel JavaDev
Hi all, (sorry for possible duplicates) I have the following rules on my apache 2.2.4 config: RewriteEngine on RewriteRule ^/someURL http://anotherURL [P] where someURL is the a publicly available url, and anotherURL is a private url (localhost on another port). This setup

[EMAIL PROTECTED] Re: trouble sending environmental variable

2007-07-24 Thread JJ
--- JJ <[EMAIL PROTECTED]> wrote: > I tried ading SeEnv LD_LIBRARY_PATH > /path at the end of my httpd.conf file, and I also > tried adding PASSEnv LD_LIBRARY_PATH. I stoped and > started hpptd again, both from the Services gui in > Fedora and via the apachestl script in a terminal. > None of t