On 12/28/2013 4:42 AM, jan de decker wrote:
Hi list,
I corrected the errors that Steve found but to no avail.
The structure of the file system on the HTTP server is
/jedsp/web/pub
underneath are directories for cgi, css and images
The HTML is beneath /jedsp/web/pub
The link is
<p><p><p><a href="../cgi/getenv.rexx">Environment</a></p>
In httpd.conf:
Exec /CGI/* /jedsp/web/pub/cgi/*
The browser keeps syain connecting.
Can somebody help?
Thanks,
j@n
Well, not quite. You still have one anamoly in
your invocation 'cgi' -> 'CGI'. All the z/OS
UNIX stuff is case sensitive. So go back to your
HTML and make this change:
<p><p><p><a href="/CGI/getenv.rexx">Environment</a></p>
Kind regards,
-Steve
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN