downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Configuration> <FastCGI Process Manager (FPM)
[edit] Last updated: Fri, 24 Jun 2011

view this page in

Installation

Prerequisites

FPM uses libevent to manage connections and signals. Minimum required version is libevent-1.4.11.

Compiling from sources

In order to enable FPM in your PHP build you need to add --enable-fpm to your configure line.

There are several other FPM-specific configure options (all of them optional):

  • --with-fpm-user - set FPM user (default - nobody).

  • --with-fpm-group - set FPM group (default - nobody).



Configuration> <FastCGI Process Manager (FPM)
[edit] Last updated: Fri, 24 Jun 2011
 
add a note add a note User Contributed Notes Installation - [3 notes]