On Fri, 27 Dec 2013 16:29:06 +0100, jan de decker wrote:
>
>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
> 
Just a caution:  the directory contaiing a CGI written in Rexx may
need to appear in tne server's executable search PATH.  I consider
this a misimplementation of the exec() interface to Rexx.  I doubt
that IBM is interested in changing it.

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to