On 12/27/2013 10:03 AM, jan de decker wrote:
Hi all,

Thanks for the suggestions.

I implemented them all.

Now I get

IMW0254E Error 404IMW0229E The file was not found, even after searching on
any extensions to the file name. The file does not exist or is
read-protected.



I just noticed an error in your HTML that I missed before:

  <p><p><p><a href="../cgi/getenv.rexx">Environment/a></p>
                                                   ---

should be

  <p><p><p><a href="../cgi/getenv.rexx">Environment</a></p>
                                                   ----

and I propgated this error in my post.


Don't know if this was just a cut and paste error on your
part or if the HTML actually was like that, but you might
test the suggested solution with the correct end tag.

  <p><a href="/CGI/getenv.rexx">Environment</a></p>

Also, another error I just noticed: you specify your
directory two different ways:

jeds.web/cgi
jedsp/web/cgi

So, if your directory is actually jedsp/web/cgi, change
your config file to contain:

  Exec /CGI/* /jedsp/web/cgi/*
                   -


Let us know if that helps.

Kind regards,

-Steve Comstock

----------------------------------------------------------------------
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