Notice that the libevent requeriment has been dropped since php-5.3.4.
http://bugs.php.net/52501
http://bugs.php.net/53691
Instalación
Prerrequisitos
FPM usa libevent para administrar las conexiones y las señales. La versión mínima requerida es libevent-1.4.11.
Compilando del código fuente
A fin de habilitar FPM en su instalación PHP se necesita agregar --enable-fpm a su línea de configuración.
Existen algunas otras opciones de configuración específicas para FPM (todas ellas opcionales):
-
--with-fpm-user - establece un usuario FPM (por defecto- nobody).
-
--with-fpm-group - establece un grupo FPM (por defecto - nobody).
juangiordana at gmail dot com
09-Jan-2011 12:04
snakylove at gmail dot com
22-Oct-2010 08:48
For Ubuntu 10.04 Lucid there is a backported ppa :
https://launchpad.net/~brianmercer/+archive/testing
php at gigfa dot com
14-Aug-2010 05:27
An init startup script file can be found at :
./php-5.3.3/sapi/fpm/init.d.php-fpm
after successful compilation.
