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

search for in the

Configuración> <Manejador de Procesos FastCGI (FPM)
Last updated: Fri, 20 May 2011

view this page in

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).



Configuración> <Manejador de Procesos FastCGI (FPM)
Last updated: Fri, 20 May 2011
 
add a note add a note User Contributed Notes Instalación
juangiordana at gmail dot com 09-Jan-2011 12: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 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.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites