PHP-FPM: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
another link
moved Notes here from nginx page, since they're specific to PHP-FPM
Line 16: Line 16:
* [[URL::http://php-fpm.org/|official site]]
* [[URL::http://php-fpm.org/|official site]]
** [http://us.php.net/manual/en/install.fpm.php current documentation] (on the official PHP site)
** [http://us.php.net/manual/en/install.fpm.php current documentation] (on the official PHP site)
==Notes==
* [[User:Woozle/nginx]]: trying to repair a borked [[PHP-FPM]] installation

Revision as of 15:00, 21 June 2012

<hide> page type::article thing type::software architecture::server purpose::process manager connects to::PHP connects to::web server software license::open source </hide>

About

PHP-FPM is a process manager for PHP. It is useful as part of the interface between PHP and the web server software (WSS), especially when the WSS does not have an option to integrate directly with PHP.

Common Uses

Notes