Your original example:
http://rgt:8014/rgcgip/vendprof.pgm
Your new code:
http://rgt:8014/rgcgip/redir?7
I don't know how you have it configured, but if it's the same, shouldn't that second one be
http://rgt:8014/rgcgip/redir.pgm?7 ?
--
Sean Porterfield
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Smith, Mike
Sent: Wednesday, January 09, 2013 16:40
To: 'Midrange Systems Technical Discussion'
Subject: RE: http configuration confusion.
Ok, so I removed the <i> and </i> stopped and restarted the http server.
So I run OPENURL and the browser displays
http://rgt:8014/rgcgip/redir?7 number changes after each time I run
This gives me the 404 page not found.
I haven't located the log files yet.
I know REDIR hasn't run as the last used date is blank, so for now I don't think I need the DSPLY.
Mike
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Mike Krebs
Sent: Wednesday, January 09, 2013 4:05 PM
To: Midrange Systems Technical Discussion
Subject: Re: http configuration confusion.
When you set up the script alias - you took out the <i> and </i> right? And you restarted the instance of the HTTP server?
If you run
http://rgt:8014/rgcgip/redir?12345 directly in the browser, does it appear to do anything?
stick a DSPLY in REDIR to see if it gets there. The message should appear in QSYSOPR.
Check the log files in the IFS whereever they are configured to be. Ours are in '/www/intranet1/logs'
The URL of the page not found page? Is it REDIR or is it the other?
Start a wireshark trace and see what you are sending and receiving directly
________________________________
From: "Smith, Mike" <Mike_Smith@xxxxxxxxxxxxxxxx>
To: "Midrange Systems Technical Discussion (midrange-l@xxxxxxxxxxxx)" <midrange-l@xxxxxxxxxxxx>
Sent: Wednesday, January 9, 2013 2:33 PM
Subject: FW: http configuration confusion.
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.
--
This email is confidential, intended only for the named recipient(s) above and may contain information that is privileged. If you have received this message in error or are not the named recipient(s), please notify the sender immediately and delete this email message from your computer as any and all unauthorized distribution or use of this message is strictly prohibited. Thank you.
As an Amazon Associate we earn from qualifying purchases.