# cgiserver **Repository Path**: studvc/cgiserver ## Basic Information - **Project Name**: cgiserver - **Description**: A simple CGI webserver written in C with no dependencies. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-01-05 - **Last Updated**: 2021-01-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.