You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Bill Stoddard <bi...@wstoddard.com> on 2002/07/12 16:37:28 UTC

mod_rexx for httpd 1.3

FYI for those who might be interested... David Ashley has released mod_rexx
on IBM DeveloperWorks.

http://www-124.ibm.com/developerworks/projects/modrexx

Here is the summary from the url:

"Mod_Rexx is similar to other Apache language processor modules such as
mod_perl or mod_php. It brings the full power of the REXX language processor
of your choice (IBM Object REXX, Regina REXX, etc.) to the Apache web page
developer. Mod_Rexx can be used as a dynamic web page creation tool or to
process any part of an Apache request."

Bill