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

search for in the

Configuración> <Manejador de Procesos FastCGI (FPM)
[edit] Last updated: Wed, 19 Jun 2013

view this page in

Instalación

Compilando el código fuente

Para habilitar FPM en la compilación de PHP, debe añadirse --enable-fpm a la línea de configuración-

Hay otras opciones de configuración específicas de FPM (todas ellas optativas):

  • --with-fpm-user - usuario de FPM (por omisión - nobody).

  • --with-fpm-group - grupo de FPM (por omisión - nobody).



Configuración> <Manejador de Procesos FastCGI (FPM)
[edit] Last updated: Wed, 19 Jun 2013
 
add a note add a note User Contributed Notes Instalación - [3 notes]
up
1
juangiordana at gmail dot com
2 years ago
Notice that the libevent requeriment has been dropped since php-5.3.4.

http://bugs.php.net/52501
http://bugs.php.net/53691
up
1
php at gigfa dot com
2 years ago
An init startup script file can be found at :
./php-5.3.3/sapi/fpm/init.d.php-fpm
after successful compilation.
up
-1
snakylove at gmail dot com
2 years ago
For Ubuntu 10.04 Lucid there is a backported ppa :

https://launchpad.net/~brianmercer/+archive/testing

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