Difference between revisions of "PHP-FPM"
Jump to navigation
Jump to search
(moved Notes here from nginx page, since they're specific to PHP-FPM) |
(a how-to link) |
||
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) | ||
+ | * '''Tutorials''': | ||
+ | ** [http://www.howtoforge.com/installing-php-5.3-nginx-and-php-fpm-on-ubuntu-debian Installing PHP 5.3, Nginx And PHP-fpm On Ubuntu/Debian] | ||
==Notes== | ==Notes== | ||
* [[User:Woozle/nginx]]: trying to repair a borked [[PHP-FPM]] installation | * [[User:Woozle/nginx]]: trying to repair a borked [[PHP-FPM]] installation |
Revision as of 17:39, 22 June 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
- official site
- current documentation (on the official PHP site)
- Tutorials:
Notes
- User:Woozle/nginx: trying to repair a borked PHP-FPM installation