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

安装

从源代码编译

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

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


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

用户评论:

juangiordana at gmail dot com (2011-01-09 04:04:23)

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 (2010-10-22 13:48:15)

For Ubuntu 10.04 Lucid there is a backported ppa :
https://launchpad.net/~brianmercer/+archive/testing

php at gigfa dot com (2010-08-13 22:27:45)

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

易百教程