Forum Moderators: phranque
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
Thanks