A CGI (Common Gateway Interface) script is a small program written in a language such as Perl,
C or C++ that functions as the glue between HTML pages and other programs on the web server.
For example, a CGI script might allow search data entered on a Web page to be sent to the database
management system for lookup. The CGI script resides on the server and obtains the data from the
user via environmental variables that the web server makes available to it. A CGI library is a
collection of commonly used CGI scripts, whereas a customer's own CGI-BIN directory would contain
CGI scripts used and maintained solely by that customer.
We offer free CGI within reason. If your CGI script is usurping the resources on our computers,
we will remove the script and contact you to notify you of the problem. For a description of what
is deemed acceptable, please visit:
Your CGI programs can be located ANYWHERE within your directory. However, in order to be interpreted correctly, the filenames of your scripts MUST end in .cgi