meaning of cgi program
1. CGI program CGI
TestYour IP address is: localhost The CGI program might be saved as the file "test. cgi" or test. pl in the appropriate directory on a web server, e. g. "/home/httpd/cgi-bin/". A user could then type the appropriate URL, e. g. http://www. acme. com/cgi-bin/test. cgi, into their web browser to get the program to run and a custom page produced for them. Early web servers required all CGI programs to be installed in one directory called cgi-bin but it is much better to keep them with the HTML files to which they relate unless they are truly global to the site. All modern web servers make this easy to do.