PHP-FPM

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
第7行: 第7行:
 
  ./configure --enable-fpm ...your other configure options, etc...
 
  ./configure --enable-fpm ...your other configure options, etc...
 
  make && make install
 
  make && make install
 
+
or
 +
./configure --prefix=/usr/local/php5 --enable-fpm --with-pgsql=/usr/local/pgsql
 
==链接==
 
==链接==
 
*[http://php-fpm.org/ PHP-FPM官网]
 
*[http://php-fpm.org/ PHP-FPM官网]

2012年2月17日 (五) 08:02的版本

PHP-FPM:一个面向 PHP 的简单、健壮的 FastCGI 进程管理器。

for PHP 5.3.x:

cd php-5.3.x
svn co http://svn.php.net/repository/php/php-src/trunk/sapi/fpm sapi/fpm
./buildconf --force
./configure --enable-fpm ...your other configure options, etc...
make && make install

or

./configure --prefix=/usr/local/php5 --enable-fpm --with-pgsql=/usr/local/pgsql

链接

Comment-32x32.png

<discussion>characters_max=300</discussion>

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱