CGI

Basic Test

Examine your environment.

CGI program samples

Simple CGI script samples are presented to show the difference of script style according to file suffix.

Test of some CGI tools for GET method

Two CGI tools, rc func and qsparse are presented.
Please look URI field of your browser.
  1. params: how it works
  2. query: how it works
  3. rc func qsparse # useful for simple case
  4. qsparse

Test of some CGI tools for POST method

Two CGI tools, qsparse and formparse, are presented.
  1. how it works
  2. rc func qsparse # incorrect
  3. qsparse # useful for simple case
  4. formpares # useful for large text

Test of buggy CGI

Test of mount in CGI

Mount in CGI is disallowed in default. However httpd option `-m' enables mount in CGI.
Look the result:
mount test