CGI Proxy
The cgiproxy proxies CGI requests from one web server to another. This can be useful if you have a number of different web servers on an assortment of platforms and want to provide CGI access to all of them from one source. It can also be used to take load off of an internet web server by passing on CGI execution requests to faster/larger servers. In any case, here are the sources:
| COPYING | GNU public domain licensing information. I have released this source to the public domain. If you decide to distribute any of the sources below, be sure to include this file and retain any headers in the sources. |
| README | A description of the software and usage information. |
| Makefile | Builds the cgiproxy. |
| cgiproxy.c | This file contains the cgiproxy source. |
| tcpopen.c | Function to open TCP connections. (From Stevens’ “UNIX Network Programming”) |