Two things that I see. In your http.conf EXEC statement you have uppercase CGI and your page reference is lower case. Also, in your http.conf EXEC you have /jeds.web/cgi/* and should it not be /jedsp/web/cgi/* since that is where you say the REXX is at????
Craig From: jan de decker <[email protected]> To: [email protected], Date: 12/27/2013 09:29 Subject: zOS server REXX CGI problem Sent by: IBM Mainframe Discussion List <[email protected]> Hi all, I installed a HTTP server on zOS and sofar as HTML is concerned all goes well but I cannot manage to get a REXX CGI program to do something. The brower (Firefox) keeps showing connecting. In the http.conf file I defined: Exec CGI/* /jeds.web/cgi/* The Rexx program is in /jedsp/web/cgi and has the attributes 755 The link on the page is: <p><p><p><a href="../cgi/getenv.rexx">Environment/a></p> The page is served from /jedsp/web/pub The rexx exists in /jedsp/web/cgi Any help would be greatly appreciated j@n ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ********************************************************************** This communication contains information which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s), please note that any distribution, copying or use of this communication or the information in it is strictly prohibited. If you have received this communication in error, please notify the sender immediately and then destroy any copies of it. ********************************************************************** ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
