Skip to content

rpv-tomsk/fcgi-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple FASTCGI client
====================
This FASTCGI client executes a file given as an argument in php over fastcgi.
The HTTP headers are hardcoded as an array in fcgi.c. Php fastcgi process has to
be manually started(Using the script in bin). 

The php-fastcgi script included was taken from nginx wikipage on fcgi
http://wiki.nginx.org/FcgiExample

Reference
==========
Nginx fastcgi module
====================
- Supports only a single request per connection (no request multiplexing).
- Only FCGI_RESPONDER role is supported.

About

A simple fcgi_client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.6%
  • Shell 4.9%
  • Makefile 1.5%