CGI, Common Gateway Interface, includes programs that run on the server to enhance the quality and functionality of a web site.
----------------------------------------------------------------------
CGI extended definition: A set of rules that describe how a Web Server communicates with another piece of software on the same machine, and how the other piece of software (the 'CGI program') talks to the web server. Any piece of software can be a CGI program if it handles input and output according to the CGI standard. Usually a CGI program is a small program that takes data from a web server and does something with it, like putting the content of a form into an e- mail message, or turning the data into a database query. CGI "scripts" are just scripts which use CGI. CGI is often confused with Perl, which is a programming language, while CGI is an interface to the server from a particular program. Perl is an application of CGI, as well as MIVA, Python, PHP3, and other scripting languages.
- 0 utilizatori au considerat informația utilă
Articole similare
What is the exact physical path to your root directory on the webserver ?
The path to your root directory is:/home/username/Obviously, substitute "username" with the login...
I am unable to delete CGI related files...
If you have any files or folders that were created by a cgi script running on your account, you...
How do I setup Hit Counters, Guestbooks, etc ?
We have a collection of CGI scripts that are already pre-installed on your hosting account. Some...
Do your servers support Python ?
Yes. It can be found at the following location:/usr/bin/python
Can I use flat file database driven forums ?
We do not allow the use of flat file database driven forums such as UBB or YABB bulletin boards....