Forum Moderators: phranque

Message Too Old, No Replies

how to set environment variables

apache environment variables

         

rsennat

9:49 pm on Nov 11, 2005 (gmt 0)



Hi All,

I have a csh file, script1.csh, which contains,
setenv PATH_ORIG "${PATH}"
setenv MANPATH_ORIG "${MANPATH}"
setenv LD_LIBRARY_PATH_ORIG "${LD_LIBRARY_PATH}"

I need to set this and other vars in the apache server.
So , how do i need to set this and where to set the ENV VARS.

I read through the link,
[httpd.apache.org...]
As I am a newbie to apache, donno where and how to set these ENV VARS.

Please help me out.

Thanks
rsennat

rsennat

10:04 am on Nov 12, 2005 (gmt 0)



Hi All,
Any idea on how to source a .csh file with environment vars for the apache server in http.conf file or through anyother means?

Thanks