×
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.
Due to the length restrictions of the STRPCCMD, I am looking at alternatives to serving URL from my I. I ran across this article from Scott Klement from 2007
http://www.iprodeveloper.com/article/rpg-programming/use-cgi-redirects-to-launch-long-urls-18117
I'm trying to get this working to see if this will work for our needs. However, I really don't know anything about HTTP configuration. It might as well be greek.
That said many years ago I did create a couple of CGIDEV2 programs that work. So I placed the ScriptAlias stuff in the same http instance at the very bottom.
I created the programs associated with this in the same library as my CGIDEV2 programs.
When I run my CGIDEV2 programs from the browser, I call
http://rgt:8014/rgcgip/vendprof.pgm
SO in the openurl program I have this
QCMDEXC('STRPCCMD PCCMD(''rundll32 url,FileProtocolHandler '
+ '
http://rgt:8014/rgcgip/redir?' + %char(Key)
+ ''') PAUSE(*NO)' : 200);
When I run the OPENURL command I get page not found, but it doesn't appear to ever call the REDIR program.
I can provide the configuration file if needed. Maybe I need another http instance for this.
This is probably really simple, but I don't know what I'm doing wrong
Ideas?
Thanks
MIke
NOTICE: This message, including any attachment, is intended as a confidential and privileged communication. If you have received this message in error, or are not the named recipient(s), please immediately notify the sender and delete this message.
As an Amazon Associate we earn from qualifying purchases.