On Sat, Aug 9, 2014 at 6:43 AM, Aaron Lewis <the.warl0ck.1...@gmail.com> wrote:
> Hi,
>
> I'm trying to understand how php-fpm works, aka how does nginx
> "forward" the request to it.
>
> Now I want an example program that do it or the document that explains it.
> Anyone know where to get those?

Hey,

This is all about the FastCGI protocol.

You should read its spec, then read FPM and Nginx source code to understand it.
This is not a hard protocol though.

Julien.Pauli

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to