DotWhat.net

.CGI File Extension

Common gateway interface script

Executable File
The .CGI file format (Common gateway interface script) is an executable script that is often written in either the Perl or C languages.

These scripts are most commonly found on web-servers, within a special folder named 'cgi-bin'.

When these scripts are called, they are executed on the web server and they process whatever task they've been set to do, before returning the result.

CGI scripts can be compiled so that they run more efficiently. If this is the case, you'll not be able to edit the cgi file.




Rate Extension

Please rate how useful you found the information on this page:

(0 votes)


Comments (1)
showing 1-1
Sandra Henry-Stocker
2008-03-22 17:22:50
#1
A .cgi file is a script that is run via a web site, often to process data submitted via an HTML form. The extension is not entirely arbitrary since special handling may be specified in the web server's configuration file.