From: tango f. <tan...@gm...> - 2021-05-12 00:13:12
|
<html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body> <p>mod_rexx for Apache 2.4 is now available on Sourceforge.net. mod_rexx enables programmers to create dynamic web content in several ways:</p> <ul> <li>httpd handlers which enable rexx programs to process each stage of an http request</li> <ul> <li>URI->filename translation</li> <li>auth ID checking</li> <li>auth access checking</li> <li>other access checking</li> <li>MIME type determination</li> <li>fixups <br> </li> <li>sending response</li> <li>logging the request</li> </ul> <li>rsp: embed rexx programs within 'script' tags as the dynamic elements of an .html file (rexx server pages)</li> <li>cgi: create entire web pages written by rexx programs using the 'say' keyword</li> </ul> Samples for each mechanism are provided in the .zip file </body> </html> |