CGI

CGI has two different meanings: 1) Common Gateway Interface, and 2) Computer Generated Imagery.

1) Common Gateway Interface

The Common Gateway Interface (CGI) is a set of rules for running scripts and programs on a web server. It specifies what information is communicated between the web server and clients' Web browsers and how the information is transmitted.

Most Web servers include a cgi-bin directory in the root folder of each website on the server. Any scripts placed in this directory must follow the rules of the Common Gateway Interface. For example, scripts located in the cgi-bin directory may be given executable permissions, while files outside the directory may not be allowed to be executed. A CGI script may also request CGI environment variables, such as SERVER_PROTOCOL and REMOTE_HOST, which may be used as input variables for the script.

Since CGI is a standard interface, it can be used on multiple types of hardware platforms and is supported by several types Web server software, such as Apache and Windows Server. CGI scripts and programs can also be written in several different languages, such as C++, Java, and Perl. While many websites continue to use CGI for running programs and scripts, developers now often include scripts directly within Web pages. These scripts, which are written in languages such as PHP and ASP, are processed on the server before the page is loaded, and the resulting data is sent to the user's browser.

2) Computer Generated Imagery

In the computer graphics world, CGI typically refers to Computer Generated Imagery. This type of CGI refers to 3D graphics used in film, TV, and other types of visual media. Most modern action films include at least some CGI for special effects, while other movies, such as Pixar animated films, are built completely from computer-generated graphics.

Updated June 24, 2010 by Per C.

quizTest Your Knowledge

macOS Sierra followed which version of Apple's operating system?

A
El Capitan
0%
B
Yosemite
0%
C
Mavericks
0%
D
Mountain Lion
0%
Correct! Incorrect!     View the Sierra definition.
More Quizzes →

The Tech Terms Computer Dictionary

The definition of CGI on this page is an original definition written by the TechTerms.com team. If you would like to reference this page or cite this definition, please use the green citation links above.

The goal of TechTerms.com is to explain computer terminology in a way that is easy to understand. We strive for simplicity and accuracy with every definition we publish. If you have feedback about this definition or would like to suggest a new technical term, please contact us.

Sign up for the free TechTerms Newsletter

How often would you like to receive an email?

You can unsubscribe or change your frequency setting at any time using the links available in each email.

Questions? Please contact us.