Web site administrators can use OIT's CGI server to add CGI (Common Gateway Interface) forms to their Web sites. Access to the CGI server is only available to Information Providers who maintain department, organization, or course-related Web sites, and is not available for personal Web pages.
As of August 31, 2011, OIT is no longer creating new accounts on the CGI server. Members of the UMass Amherst community with accounts created prior to August 31, 2011 can continue to access and use the CGI server.
As of May 14, 2008, OIT hosts CGI scripts on a new server, webcgi.oit.umass.edu. To upload your scripts:
Any Information Provider who wants to use the CGI server will continue to use their normal Web server, but will store their CGI scripts and related files on the CGI server (webcgi.oit.umass.edu).
For example, if an Information Provider wants to add a form to their Web site, they store the CGI form script on the CGI server, but call that script from an HTML page on their UMass departmental or course Web site.
<html><head><title>Sample Form</title></head><body><form action=http://webcgi.oit.umass.edu/~netid/form.cgi method=get><br>First Name:<input type="text" name=FirstName maxlength=40 size=40><br> Last Name:<input type="text" name="LastName maxlength=40 size=40><br> < input type="submit"> <input type="reset"> < /form></body></html>
The above HTML code would be stored on OIT's public Web server (webadmin.oit.umass.edu) and would refer to a CGI script (form.cgi) on OIT's CGI server (webcgi.oit.umass.edu).
OIT strongly encourages that all scripts be written in PERL. Special exceptions may be made for programs that must be written in C. Scripts written in shell languages (sh, csh, ksh, etc.) are not permitted.
Note: There is a space between cd and the first backslash (/).
The access_log file contains a single line entry for every attempt to retrieve a file from the server.
The cgi.log file contains a single line entry for every attempt to execute a CGI script.
The error_log file records failed attempts to read files which do not exist. Note: Log files are rotated every Sunday. Log files from the previous 5 weeks are saved in the /usr/local/apache/logs/ directory in GZIP format with the suffix .[1-5]