All Projects → klange → Cgiserver

klange / Cgiserver

A simple CGI webserver written in C with no dependencies.

Programming Languages

c
50402 projects - #5 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].