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

search for in the

設定> <FastCGI Process Manager (FPM)
[edit] Last updated: Fri, 25 May 2012

view this page in

インストール

ソースからのコンパイル

FPM を有効にして PHP をビルドするには、configure 時に --enable-fpm を追加します。

そのほかにも FPM 固有のオプションがいくつかあります (いずれも必須ではありません)。

  • --with-fpm-user - FPM のユーザー (デフォルトは nobody)。

  • --with-fpm-group - FPM のグループ (デフォルトは nobody)。



設定> <FastCGI Process Manager (FPM)
[edit] Last updated: Fri, 25 May 2012
 
add a note add a note User Contributed Notes インストール
juangiordana at gmail dot com 09-Jan-2011 01: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 10: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 07:27
An init startup script file can be found at :
./php-5.3.3/sapi/fpm/init.d.php-fpm
after successful compilation.

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