Apache Module mod_cgi Description:
Execution of CGI scripts
Status:
Base
ModuleIdentifier:
cgi_module
SourceFile:
mod_cgi.c
Summary Any file that has the handler cgi-script will be treated as a CGI script, and run by the server, with its output being returned to the client. Files acquire this handler either by having a name containing an extension defined by the AddHandler directive, or by being in a ScriptAlias directory. For an introduction to using CGI scripts with Apache, see our tutoria