PHP Doku:: Installation - install.fpm.install.html

Verlauf / Chronik / History: (4) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchInstallation und KonfigurationFastCGI Process Manager (FPM)Installation

Ein Service von Reinhard Neidl - Webprogrammierung.

FastCGI Process Manager (FPM)

<<FastCGI Process Manager (FPM)

Configuration>>

Installation

Prerequisites

FPM uses libevent to manage connections and signals. Minimum required version is libevent-1.4.11.

Compiling from sources

In order to enable FPM in your PHP build you need to add --enable-fpm to your configure line.

There are several other FPM-specific configure options (all of them optional):

  • --with-libevent-dir - path to libevent install prefix.

  • --with-fpm-user - set FPM user (default - nobody).

  • --with-fpm-group - set FPM group (default - nobody).


3 BenutzerBeiträge:
- Beiträge aktualisieren...
juangiordana at gmail dot com
9.01.2011 13: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.10.2010 22:48
For Ubuntu 10.04 Lucid there is a backported ppa :

https://launchpad.net/~brianmercer/+archive/testing
php at gigfa dot com
14.08.2010 7:27
An init startup script file can be found at :
./php-5.3.3/sapi/fpm/init.d.php-fpm
after successful compilation.



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)