CGI stands for common gateway interface, it is a script that you can run a webserver to do certain things. Because these scripts need to be executed, they are done, but in a scripts folder (cgi-bin). The reason people talk about this folder, is because there are many times that there are passwords in those scripts, for example to connect to a database, a script may contain a username and password. So now, you can see the importance of keeping the cgi-bin secure.



PuRe