Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blueluna/libfastcgi
FastCGI library.
https://github.com/blueluna/libfastcgi
Last synced: about 1 month ago
JSON representation
FastCGI library.
- Host: GitHub
- URL: https://github.com/blueluna/libfastcgi
- Owner: blueluna
- License: mit
- Created: 2014-03-02T21:07:59.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-02-23T07:41:45.000Z (almost 4 years ago)
- Last Synced: 2024-04-24T03:51:59.626Z (9 months ago)
- Language: C
- Size: 65.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FastCGI
An attempt to build a light weight FCGI handler in C for use with Luajit.
## Build
Use cmake to generate a Makefile, then build using make.
# Limitations
* Tested on Linux only.
* Only supports the reponder role.
* Doesn't handle or emit following record types
* FCGI_ABORT_REQUEST
* FCGI_DATA
* FCGI_GET_VALUES
* FCGI_GET_VALUES_RESULT# License
Licensed under the MIT license. See LICENSE.
Copyright © 2014-2021 Erik Svensson