|
|
|
|
|
|
|
|
|
|
||||||
|
Since
a CGI program is executable, there should be some security precautions
that needed to be implemented when CGI programs will be used. The CGI program
should be placed under a special directory so that the web server knows
to execute the program rather than just display it to the browser. This
directory is under control of the web master and s/he does not allow an
arbitrary user to create CGI program therein. There are some ways to access
CGI programs which are specific to your system.
The special directory
is generally called /cgi-bin. A CGI program can be written in any
language that the underlying operating system allow execution, such as:
Fortran PERL TCL Any Unix Shell Visual Basic AppleScript |
|
|
|
|
|
|