Difference between revisions of "PHP-FPM"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
 
(another link)
Line 15: Line 15:
 
==Links==
 
==Links==
 
* [[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)

Revision as of 21:16, 23 April 2012

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

Links