Posts Tagged ‘ch’
Running Ch on Apache using CGI
20Feb08
The following steps are all you need to do to get Ch to run on Apache using CGI and to use it like any other scripting language.
Get Ch and the Ch CGI toolkit
Install Ch, then set the PATH variable accordingly.
Open httpd.conf and insert the following:
ScriptAlias /cgi-bin/ “C:/Apache2/cgi-bin/”
AddHandler cgi-script ch
If you want your ch scripts to [...]
Filed under: Uncategorized | Leave a Comment
Tags: apache, c, cgi, ch, shebang