Re: ScriptAlias in httpd.conf
Jon Paris <[email protected]>
| Newsgroups | gmane.comp.systems.as400.web |
|---|---|
| Message-ID | <[email protected]> |
Are you going to stop at 3 functions? Reason I ask is that using this approach if you add another 5 or 6 functions you're increasing the list each time. Without know what else is already in your config or what you'll do in the future it is tough to make suggestions but at a first glance I'd be inclined to go more with : ScriptAlias /doFunction /qsys.lib/myLib.lib/MyCGI.pgm And have the URL be more like mysystem.com/doFunction/1/parms <http://mysystem.com/doFunction/1/parms> Jon Paris > On Oct 1, 2021, at 3:14 AM, Dave <[email protected]> wrote: > > Hi, > > Am I going about this in the right direction? > I need to manage several URL but only need to call one program : > > ScriptAlias /doFunction1 /qsys.lib/myLib.lib/MyCGI.pgm > ScriptAlias /doFunction2 /qsys.lib/myLib.lib/MyCGI.pgm > ScriptAlias /doFunction3 /qsys.lib/myLib.lib/MyCGI.pgm > > MyCGI program would then need to get the URL, http method and parameters > from QUERY_STRING. > > Thanks > -- > This is the Web Enabling the IBM i (AS/400 and iSeries) (WEB400) mailing list > To post a message email: [email protected] > To subscribe, unsubscribe, or change list options, > visit: https://lists.midrange.com/mailman/listinfo/web400 > or email: [email protected] > Before posting, please take a moment to review the archives > at https://archive.midrange.com/web400. > -- This is the Web Enabling the IBM i (AS/400 and iSeries) (WEB400) mailing list To post a message email: [email protected] To subscribe, unsubscribe, or change list options, visit: https://lists.midrange.com/mailman/listinfo/web400 or email: [email protected] Before posting, please take a moment to review the archives at https://archive.midrange.com/web400.