Common Gateway Interface Software (CGI)...

C++ CGI programs

  Access Counter - dynamic gif image web page graphical counter
  Message Board - small web site message board written in C++
  Bulletin Board - file upload bulletin board file sharing software
  Search Engine - simple web site search engine for web site not the whole web
  Web Search - world wide web title only search engine
  Chat Room - C++ CGI program for a web site chat room
  Guestbook - web site guestbook CGI program
  Form Mail - CGI fill out form to email gateway
  Manual Reader - unix man page reader
  Unicode - brows unicode characters using a web page

Perl CGI programs

  from_mail.cgi - basic perl web to email gateway script using hand written code
  email_from.cgi - basic perl web form to email gateway using CGI::Lite perl module

Eample CGI Programs

  hello.cpp - C++ CGI GET/POST example program
  hello_cgi.c - C CGI GET/POST example program
  FileUpload.cpp - C++ CGI file uplaod example program
  cookie_test.cpp - C++ CGI HTTP cookie example program (try it)
  session_test.cpp - C++ CGI session variables
  html_test.cpp - test program
  hello_html.html - html source code (try it)...
  fileupload.html - test CGI file upload page
  www_auth.cpp - WWW-Authentication test program
  cookie_auth.cpp - HTTP cookie authentication test program

C++ CGI API

  cgi.h - C++ CGI object
  cookie.h - C++ CGI HTTP cookie object
  session.h - C++ CGI session object
  file_upload.h - C++ CGI file upload object
  file_upload.cpp
  html.h - C++ CGI HTML object for creating dynamic web pages
  www_auth.h - WWW-Authentication for a C++ CGI program
  base64.h - base 64 encoder/decoder used by www_auth.h
  cookie_auth.h - HTTP cookie authentication function

CGI Downloads

  iis_install.bat - install a C++ CGI program on windows running IIS 7
  cgi_tools.tar.gz - C++ CGI tools source code archive
  cgid - C++ daemon process CGI application server
  www_auth.exe - C++ windows CGI program for www authentication.

Other CGI Related Softeware

  uncgi.tar.gz - C CGI program that let you access form data via getenv
  apache_1.1.1.tar.gz - apache web server c code
  linux_apache.tar.gz - apache web server c code
  mod_reveal.c - apache web server module example
  w3c-httpd-3.0A.tar.gz - CERN web server; this was one of the first web servers