An NCSA httpd server has been setup to support cgi scripts. The address is http://www2.comp.polyu.edu.hk
In order to run cgi, the filenames of all cgi scripts should have the extension ".cgi" and the scripts should be located in a directory named "public_html" under one's home directory.
For example, You can place a cgi script, namely "calendar.cgi", in a dir. named "public_html/bin" under your UNIX home direcotry. Then, the HTML command line to execute this cgi script will be:
< a href="bin/calendar.cgi">