Configuration> <FastCGI Process Manager (FPM)
Last updated: Fri, 24 Feb 2012

Installation

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)
Last updated: Fri, 24 Feb 2012
 
User Contributed Notes
Installation
juangiordana at gmail dot com
09-Jan-2011 02:04
Notice that the libevent requeriment has been dropped since php-5.3.4.

http://bugs.php.net/52501
http://bugs.php.net/53691
snakylove at gmail dot com
22-Oct-2010 11:48
For Ubuntu 10.04 Lucid there is a backported ppa :

https://launchpad.net/~brianmercer/+archive/testing
php at gigfa dot com
13-Aug-2010 07:27
An init startup script file can be found at :
./php-5.3.3/sapi/fpm/init.d.php-fpm
after successful compilation.

Configuration> <FastCGI Process Manager (FPM)
Last updated: Fri, 24 Feb 2012