× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



0

On Wed, Sep 12, 2018 at 12:41 PM, Buddy McClean <Buddy.McClean@xxxxxxxxxxxx>
wrote:

Good Day All,

er the years )

When I give the server a URL such as this

http://192.168.2.252:2020/CGIBIN/WEB067CL.PGM?DEALERNUMBER etc etc

Based on this section of the config file.

ScriptAlias /CGIBIN/ /QSYS.LIB/NETDATADEV.LIB/DB2WWW.PGM/
<Directory /QSYS.LIB/NETDATADEV.LIB>
Options +ExecCGI +Includes
order allow,deny
allow from all
</Directory>

I get the error from NET.DATA

PATH_INFO: /WEB067CL.PGM

NET.DATA Error: Value for PATH_INFO in URL is not set or is not valid.



What your ScriptAlias section does is make sure that

http://192.168.2.252:2020/CGIBIN/WEB067CL.PGM
<http://192.168.2.252:2020/CGIBIN/WEB067CL.PGM?DEALERNUMBER>

gets passed to

/QSYS.LIB/NETDATADEV.LIB/DB2WWW.PGM/WEB067CL.PGM

which of course does not exist.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.