PHP-FPM

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(以内容'PHP-FPM:一个面向 PHP 的简单、健壮的 FastCGI 进程管理器。 ==链接== *[http://php-fpm.org/ PHP-FPM官网] {{comment}} Category:PHP [[Catego...'创建新页面)
 
(链接)
 
(未显示1个用户的6个中间版本)
第1行: 第1行:
 
PHP-FPM:一个面向 [[PHP]] 的简单、健壮的 [[FastCGI]] 进程管理器。
 
PHP-FPM:一个面向 [[PHP]] 的简单、健壮的 [[FastCGI]] 进程管理器。
 +
 +
Debian
 +
apt-get install php5 php5-fpm
 +
 +
for PHP 5.6.x
 +
源代码包已包含 sapi/fpm
 +
 +
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
 +
==文档==
 +
*[http://docs.huihoo.com/apache/apachecon/us2015/Begone-mod_php.pdf mod_proxy_fcgi + PHP-FPM,Begone mod_php! ]
  
 
==链接==
 
==链接==
 
*[http://php-fpm.org/ PHP-FPM官网]
 
*[http://php-fpm.org/ PHP-FPM官网]
 +
*[http://www.binarytides.com/install-nginx-php-fpm-mariadb-debian/ Setup Nginx + php-FPM + apc + MariaDB on Debian 7]
  
 
{{comment}}
 
{{comment}}
  
[[Category:PHP]]
+
[[category:PHP]]
[[Category:FastCGI]]
+
[[category:CGI]]
 +
[[category:nginx]]

2015年6月19日 (五) 00:58的最后版本

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

Debian

apt-get install php5 php5-fpm

for PHP 5.6.x

源代码包已包含 sapi/fpm 

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>

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

变换
操作
导航
工具箱