FastCGI 进程管理器 (FPM)
在线手册:中文 英文
PHP手册

安装

需求

FPM使用libevent来管理链接和进程信号. 至少需要安装libevent-1.4.11或者以上版本.

从源代码编译

编译PHP时需要 --enable-fpm 配置选项来激活FPM支持

以下为FPM编译的具体配置参数(全部为可选参数):


FastCGI 进程管理器 (FPM)
在线手册:中文 英文
PHP手册
PHP手册 - 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 09: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 06:27)

An init startup script file can be found at :
./php-5.3.3/sapi/fpm/init.d.php-fpm
after successful compilation.