Running CGI programs -------------------- To run the 3 sample CGI programs, copy them (the helloworld.* files) to your cgi-bin directory under your HTTP server's root and make sure they're executable. Note that you must first compile the C program with the command: gcc -o helloworld helloworld.c Then, start your web server and point your browser to the following URLs: - http://localhost: