Skip to content

klange/cgiserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

48e84cc · Apr 29, 2018

History

17 Commits
Dec 12, 2010
Feb 12, 2015
Jun 12, 2015
Dec 12, 2010
Apr 29, 2018

Repository files navigation

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.

About

A simple CGI webserver written in C with no dependencies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published