I am running z/OS 1.6. There is a "free" HTTPD server. Is that the one
that you are referring to? On my system, there is a UNIX file
(/etc/httpd.envvars) that contains the following:

PATH=/bin:/usr/sbin:/usr/lpp/internet/bin:/usr/lpp/internet/sbin:/usr/lp
p/ldap/bin:/usr/lpp/java/IBM/J1.3/bin:/usr/local/bin
SHELL=/bin/sh
TZ=CST6CDT
LANG=C
LC_ALL=en_US.IBM-1047
NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lpp/internet/%L/%N:/usr/lpp/ldap/lib
/nls/msg/%L/%N
LIBPATH=/usr/lpp/internet/bin:/usr/lpp/internet/sbin:/usr/lpp/ldap/lib
JAVA_HOME=/usr/lpp/jdk142/J1.4
CLASSPATH=/usr/lpp/internet/server_root/CAServlet
STEPLIB=CURRENT

these are the environment variables for things which run under the HTTPD
server.

When I look at the JCL for this STC, I see:

//IMWPROC PROC LEPARM='ENVAR("_CEE_ENVFILE=/etc/httpd.envvars")',
//* ICSPARM='-p 80 -r /etc/httpd.conf'
//  ICSPARM='-p 80 -r /etc/httpd.conf -vv'   -vv is the trace fun.

The LEPARM shows where the /etc/httpd.envvars comes from. Updating
things such as /etc/profile and others only works for programs which
will "source"(read) this member (like the /bin/sh program which is the
default UNIX shell).

Ref:

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IMWZIU17/CCON
TENTS

--
John McKown
Senior Systems Programmer
HealthMarkets
Keeping the Promise of Affordable Coverage
Administrative Services Group
Information Technology

The information contained in this e-mail message may be privileged
and/or confidential.  It is for intended addressee(s) only.  If you are
not the intended recipient, you are hereby notified that any disclosure,
reproduction, distribution or other use of this communication is
strictly prohibited and could, in certain circumstances, be a criminal
offense.  If you have received this e-mail in error, please notify the
sender by reply and delete this message without copying or disclosing
it. 

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to