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.
- Host: GitHub
- URL: https://github.com/klange/cgiserver
- Owner: klange
- Created: 2010-12-07T07:11:53.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2021-05-24T04:31:54.000Z (over 4 years ago)
- Last Synced: 2025-04-02T16:50:37.674Z (10 months ago)
- Language: C
- Homepage:
- Size: 24.4 KB
- Stars: 106
- Watchers: 5
- Forks: 43
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.