/cgiserver

A simple CGI webserver written in C with no dependencies.

Primary LanguageC

A Simple CGI Server

This is a small CGI server written in C. It has no dependencies outside of the provided files, assuming a POSIX-compatible operating environment.

By default, the server will try to run on port 80. You can supply a different port number as an argument, or edit the source to change the default port.

The server will serve files out of the pages directory, but you can change this as well by editing the source.