Posts Tagged ‘ch’

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 [...]