![]() dynamic content system |
mrcgi - midriff script interpreter for CGI uses
SYNOPSISUsually invoked via URL like this..http://abc.org/cgi-bin/mrcgi?rtn=pagename&var1=var1&var2=var2 But may be invoked from command line (for debugging) like this: mrcgi rtn=pagename var1=var1 var2=var2 DESCRIPTIONmrcgi executes pagename and writes the results to standard output. It includes support for CGI forms, cookies, and other peculiarities of the CGI environment.mrcgi requires a config file located in the same directory as the executable, and using the same name, except with a .cnf suffix. This config file specifies a project directory, where all files related to the project are expected to reside. pagename is a filename relative to the project directory containing a midriff script.
mrcgi is the default name for the executable but it may be renamed as
desired.
|
![]() dynamic content system Copyright Steve Grubb |