Skip to main content

Module fastcgi

Module fastcgi 

Source
Expand description

FastCGI transport for proxying to PHP-FPM and similar FastCGI servers.

Implements the FastCGI protocol per the specification: https://fastcgi-archives.github.io/FastCGI_Specification.html

Structsยง

FastCgiTransport
FastCGI transport: connects to a FastCGI server (e.g. PHP-FPM) and translates HTTP requests into the FastCGI wire protocol.