Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Common Gateway Interface


  
  Common Gateway Interface - Wikipedia, the free encyclopedia
The Common Gateway Interface (CGI) is a standard protocol for interfacing external application software with an information server, commonly a web server.
This allows the server to pass requests from a client web browser to the external application.
The SCGI protocol is a replacement for the Common Gateway Interface (CGI) protocol.
en.wikipedia.org /wiki/Common_Gateway_Interface   (563 words)

  
 WDVL: CGI: The Common Gateway Interface for Server-side Processing
Gateways are programs which handle information requests and return the appropriate document or generate a document on the fly.
Gateways can be used for a variety of purposes, the most common being the handling of FORM requests for HTTP.
An HTTP server is often used as a gateway to a legacy information system; for example, an existing body of documents or an existing database application.
wdvl.internet.com /Authoring/CGI   (856 words)

  
 Introduction to The Common Gateway Interface   (Site not responding. Last check: 2007-11-07)
CGI (Common Gateway Interface) is the generic interface between the server and server-side 'gateway' programs.
CGI (Common Gateway Interface) is the generic interface between the server and these server-side 'gateway' programs.
The CGI specifies how data are sent to the gateway program (as environment variables or as data read, by the gateway program, from standard input) and what data are sent (in general, all the data sent by the client to the server, plus extra environment variables describing the status of the server).
www.utoronto.ca /webdocs/CGI/cgi3.html   (265 words)

  
 Common Gateway Interface - 1.1
The Common Gateway Interface (CGI) is a simple interface for running external programs, software or gateways under an information server in a platform-independent manner.
Together with a concrete programmer interface this specifies a platform-independent interface between the script and the HTTP server.
The most common implementation of CGI invokes the script as a child process using the same user and group as the server process.
www.sdsmt.edu /syseng/ceng/courses/ceng444/HTTP/cgi-spec.html   (4141 words)

  
 Common Gateway Interface: Facts and details from Encyclopedia Topic   (Site not responding. Last check: 2007-11-07)
Common Gateway Interface (CGI) is an important World Wide Web World Wide Web quick summary:
Cgi.pm is a large and widely used perl module for programming common gateway interface web applications, providing a consistent api for receiving user input...
The protocol is a replacement for the Common Gateway Interface (CGI) protocol.
www.absoluteastronomy.com /encyclopedia/c/co/common_gateway_interface.htm   (1701 words)

  
 RFC 3050 (rfc3050) - Common Gateway Interface for SIP   (Site not responding. Last check: 2007-11-07)
RFC 3050 (rfc3050) - Common Gateway Interface for SIP
RFC 3050 - Common Gateway Interface for SIP
Ease of extensibility: Since CGI is an interface and not a language, it becomes easy to extend and reapply to other protocols, such as SIP.
www.faqs.org /rfcs/rfc3050.html   (8967 words)

  
 Computer> Internet> Web> CGI [encyclopedia]   (Site not responding. Last check: 2007-11-07)
The Common Gateway Interface, or CGI, permits interactivity between a client and a host operating system through the WWW via the Hyper Text Transfer Protocol (HTTP).
The Common Gateway Interface is a convention between HTTP server implementors about how to integrate such gateway scripts and programs.
Gateways conforming to this specification can be written in any language which produces an executable file.
www.kosmoi.com /Technology/Web/CGI   (658 words)

  
 drx: Common Gateway Interface [Computers: Programming: Internet: CGI] - loadaverageZero
The Common Gateway Interface is a specification, or protocol, in which an external program or script interacts with a Web server by accepting parameters from the server, and then returns results which are generally displayed in a Web browser (client).
Traditionally, and where the term "gateway" originates, CGI was designed to extract information from some other source, such as a database, that was not designed to be used in a hypertext environment like the Web.
The most common use of the specification is to process the contents of an HTML form.
loadaveragezero.com /app/drx/Internet/Protocols/CGI   (580 words)

  
 Purveyor Administrator's Guide - Common Gateway Interface
The Common Gateway Interface (CGI) is used to run external programs, or gateways, from an information server.
The Common Gateway Interface (CGI) is an interface for running external programs, or gateways, from an information server.
A CGI program, or gateway, is an executable program or command procedure run on a Web server.
vms.process.com /~help/helpcgi.html   (492 words)

  
 output of HTML from CGI script
A common misconception about CGI is that you can send command-line options and arguments to your program, such as command% myprog -qa blorf CGI uses the command line for other purposes and thus this is not directly possible.
I have found that the most common error in beginners' CGI programs is not properly formatting the output so the server can understand it.
Common MIME types are things such as text/html for HTML, and text/plain for straight ASCII text.
www.empowermentzone.com /cgi.txt   (1028 words)

  
 Define common gateway interface - a definition from Whatis.com - see also: CGI   (Site not responding. Last check: 2007-11-07)
The common gateway interface (CGI) is a standard way for a Web server to pass a Web user's request to an application program and to receive data back to forward to the user.
The common gateway interface provides a consistent way for data to be passed from the user's request to the application program and back to the user.
Because the interface is consistent, a programmer can write a CGI application in a number of different languages.
searchwebservices.techtarget.com /sDefinition/0,,sid26_gci213846,00.html   (462 words)

  
 The Common Gateway Interface   (Site not responding. Last check: 2007-11-07)
The Common Gateway Interface, or CGI was a specification created as a compromise between two early HTTP daemon authors who both wrote their own versions of the daemon.
Two different versions of servers were in wide use at the time, one designed at the European Laboratory for Particle Physics (CERN), in Geneva, Switzerland and another at the National Center for Supercomputing Applications, at the University of Illinois at Urbana-Champaign.
The two authors of these daemons, Ari Luotonen, formerly at CERN, and Rob McCool, formerly at NCSA created the Common Gateway Interface.
www.eng.hawaii.edu /Html/Neat/cgi.html   (453 words)

  
 Common Gateway Interface for SIP - Lennox, Rosenberg, Schulzrinne (ResearchIndex)   (Site not responding. Last check: 2007-11-07)
Common Gateway Interface for SIP - Lennox, Rosenberg, Schulzrinne (ResearchIndex)
In the World Wide Web, the Common Gateway Interface (CGI) has served as popular means towards programming web services.
38.3%: Common Gateway Interface for SIP - Lennox, J.Rosenberg, H.Schulzrinne (1998)
citeseer.ist.psu.edu /299607.html   (513 words)

  
 WWW:BTB -- Common Gateway Interface   (Site not responding. Last check: 2007-11-07)
The Common Gateway Interface (CGI) is a specification that allows World Wide Web (WWW) pages to be created dynamically by applications launched by an HTTP server.
But, as the World Wide Web is now widely considered to be the "universal front-end," the focus for using the Common Gateway Interface has shifted slightly, from the remote application to the appearance of the HTML pages that CGI applications produce.
If a CGI-app is constructed correctly, it can act as a gateway to other applications (in fact, this is why the Common Gateway Interface is named as it is).
ei.cs.vt.edu /book/chap12/intro.html   (511 words)

  
 What is CGI? - A Word Definition From the Webopedia Computer Dictionary   (Site not responding. Last check: 2007-11-07)
Abbreviation of Common Gateway Interface, a specification for transferring information between a World Wide Web server and a CGI program.
CGI programs are the most common way for Web servers to interact dynamically with users.
Another increasingly common way to provide dynamic feedback for Web users is to include scripts or programs that run on the user's machine rather than the Web server.
www.webopedia.com /TERM/C/CGI.html   (577 words)

  
 Common Gateway Interface - 1.1 *DRAFT*
This specification uses many terms defined in the HTTP/1.1 specification [8]; however, the following terms are used here in a sense which may not accord with their definitions in that document, or with their common meaning.
An alternate "shortcut" encoding for representing the space character exists and is in common use.
This work is based on a draft published in 1997 by David R. Robinson in 1997, which in turn was based on the original CGI interface that arose out of discussions on the www-talk mailing list.
condor.depaul.edu /~elliott/shared/draft-cgi.html   (4862 words)

  
 Common Gateway Interface
The Common Gateway Interface (CGI) is a standard for interfacing external applications with information servers, such as HTTP or Web servers.
A plain HTML document that the Web daemon retrieves is static, which means it exists in a constant state: a text file that doesn't change.
This is an example of a gateway, and this is where CGI got its origins.
cartoon.iguw.tuwien.ac.at /peterf/gds3bgefahren.html   (209 words)

  
 The Common Gateway Interface   (Site not responding. Last check: 2007-11-07)
The Common Gateway Interface, or CGI, is a standard for external gateway programs to interface with information servers such as HTTP servers.
Once you have a basic idea of what CGI is and what you can use it for, you should read this primer which will help you get started writing your own gateways.
interface specification which will help you utilize CGI to the fullest extent.
hoohoo.ncsa.uiuc.edu /cgi   (275 words)

  
 Common Gateway Interface (CGI)
When the reader "submits" the form, the information collected is sent to the web server specified in the ACTION attribute of the form element and that server starts the Common Gateway Interface program specified.
Common Gateway Interface programs are commonly referred to as CGI scripts.
CGI scripts can be written in a variety of languages including Unix Shell Script, Perl, and C. There are two methods by which form input data can be sent to the Web server for processing: GET and POST.
www.webwoman.biz /articles/CGI   (572 words)

  
 CGI - Common Gateway Interface   (Site not responding. Last check: 2007-11-07)
The Common Gateway Interface is an agreement between HTTP server implementors about how to integrate such gateway scripts and programs.
It is typically used in conjunction with HTML forms to build database applications.
This directory is the repository for the effort (reactivated in November of 1997) to turn the de facto Common Gateway Interface "standard" into an actual Informational RFC.
www.w3.org /CGI   (228 words)

  
 CGI: Common Gateway Interface
The Common Gateway Interface (CGI) is a standard that's used to interface external programs with the web server.
Using CGI scripts, input can be taken from a web page and passed to a program, processed in some way, and then passed back to the web server to be displayed.
The most common examples of CGI applications perform searching or add/remove entries from a database.
www.mallorn.com /customer/resources/CGI.html   (259 words)

  
 Common Gateway Interface   (Site not responding. Last check: 2007-11-07)
The Common Gateway Interface (CGI) defines how information is passed from the client's browser to the webserver.
There are many environment variables used by the HTTP to CGI interface which provide additional information about the HTTP transfer.
When the CGI program produces output to its standard output stream, the web server program, such as Apache or Microsoft's Internet Information Server will send the data from the script program to the client's web browser.
www.comptechdoc.org /independent/web/cgi/cgimanual/cgi.html   (554 words)

  
 CGI - Simple Common Gateway Interface Class
This provides you with a cleaner programming interface, but limits you to using one CGI object at a time.
If you are using the function-oriented interface and want to initialize CGI state from a file handle, the way to do this is with restore_parameters().
To use the function-oriented interface, you must specify which CGI.pm routines or sets of routines to import into your script's namespace.
cpan.uwinnipeg.ca /htdocs/CGI.pm/CGI.html   (13722 words)

  
 Servertec - Common Gateway Interface (CGI)
Common Gateway Interface (CGI) is a widely used mechanism for expanding a Web servers, generating dynamic Web pages and processing the information gathered by HTML forms.
Using Servertec Internet Server's CGI support shell commands, executables and batch files can be executed.
The name and revision of the gateway interface being used.
www.servertec.com /products/iws/docs/cgi.html   (513 words)

  
 CGI (Common Gateway Interface) (Linktionary term)   (Site not responding. Last check: 2007-11-07)
If a gateway needs to have data corrected, it can only run to completion and then start over when the data is re-presented by the Web server.
The CGI interface is the protocol that provides a two-way interface between Web clients and Web servers and the CGI script is the set of commands that determines what happens when they communicate.
For more information on gateways, forms, and CGI, refer to the Web pages listed on the related entries page, or refer to books on Web server design.
www.linktionary.com /c/cgi.html   (535 words)

  
 CGI -- Common Gateway Interface for Ch
A Common Gateway Interface (CGI) program can be written in any language that allows it to be executed on a computer.
For example, the code below can be used to display all environmental variables in common gateway interface in different platforms of Unix, Linux, and Windows.
Examples of using Ch CGI for web-based plotting, 3D graphics, numerical analysis, design and analysis of control systems are available.
www.softintegration.com /docs/ch/cgi   (579 words)

  
 Common Gateway Interface
The script can use the name/value pairs that it receives to determine the HTML that it creates.
Common languages for writing CGI scripts in are shell scripts, perl scripts and the Gsharp Script Language (GSL).
The first job a script must do is declare the format of the file that it is creating.
www.uauug.org.uk /gsharp/training/exercise/w1/page4.htm   (381 words)

  
 CGI (Common Gateway Interface)
Whatever is returned must be formatted as HTML, and this is one of the key functions of a CGI program.
The most common way of interacting with databases over the Internet is through the CGI.
Many vendors have built gateways that address the above deficiencies.
www.finpipe.com /sicgi.htm   (734 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.