Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 487 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 487 Bytes

FastCGI Proxy Server

facebook libphenom + fastcgi_client + php-fpm

Install

Modify Makfile for your env, and then just make

Or You can use CMake:

mkdir build

cd build

cmake .. -DLIBPHENOM_PATH=/path/to/libphenom -DCMAKE_INSTALL_PREFIX=/path/to/install

make

Reference

Nginx fastcgi module

  • Supports only a single request per connection (no request multiplexing).
  • Only FCGI_RESPONDER role is supported.