Return to CLIP Main Page
Next: Writing Basic CGI-bin Applications
Up: Document: pillow_sl_imperial
Previous: Systems Discussed
- The address of the CGI application is selected in a browser.
This address is a standard URL, e.g.
http://www.xxx.yyy/cgi_bin/hello_world.
The browser sends it
to the corresponding HTTP server.
- The executable ``hello_world'' (in directory
cgi_bin) is started by the HTTP server.
- The output (stdout) of the executable (which has to be in HTML
-or MIME- format) is taken by the HTTP server,
- and passed on to the Browser, which displays it.
<herme@fi.upm.es>-< webmaster@clip.dia.fi.upm.es>
Last updated on Mon Mar 31 20:49:44 MET DST 1997