An open API service indexing awesome lists of open source software.

https://github.com/klange/cgiserver

A simple CGI webserver written in C with no dependencies.
https://github.com/klange/cgiserver

Last synced: 9 months ago
JSON representation

A simple CGI webserver written in C with no dependencies.

Awesome Lists containing this project

README

          

# 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.