On Tue, 23 Oct 2001 10:33:59 -0400, Woody McKay wrote: >Does anyone know how to set the >Oracle_home variable for all users including the 'nobody' user? I >edited /etc/profile but that did not do the trick.
Apache filters out most of the environmental variables passed to CGI
scripts. You either have to let them pass, or set them explicitely, in
httpd.conf. Check out the docs for Apache, module mod_env:
<http://httpd.apache.org/docs/mod/mod_env.html>
--
Bart.
