|
Not that you mention it, I believe it is installed on our i. Thanks ever so
much for the info.
Dave
Apache comes pre-installed on 99% of all AS400 servers in my experience. It"Aaron Bartell" 8/7/2008 13:07 >>>
runs "natively" as far as I am concerned as IBM has added their own hooks
outside of the base Apache HTTP server available from www.apache.org. Note
that it simply runs under subsystem QHTTPSVR on the same hardware that your
green screen users are on (i.e. QINTER).
And the Apache server is pretty each to configure for RPG+CGI. Here is the
config I use:
Listen *:8181
DocumentRoot /www/myrxs/htdocs
ScriptAliasMatch ^/MYRXS/(.*) /qsys.lib/MYRXS.lib/$1.pgm
allow from all
order allow,deny
options +ExecCGI
The one thing I believe to be lacking is a "RPG CGI best practices"
book/course that helps you skip past all the yuck stuff that many have to
figure out for themselves (i.e. how do you access tables outside of the
library your RPG CGI is running in?). Brad Stone you listenin' ? ;-)
HTH,
Aaron Bartell
As an Amazon Associate we earn from qualifying purchases.
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.