Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>PHP-FPM (FastCGI Process Manager) is an official alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites.</p> <p>It not an HTTP server, and therefore requires a front-end server to proxy requests. Typical deployments have nginx or apache as the front-end HTTP server.</p> <p><strong>Features</strong></p> <ul> <li>Adaptive process spawning (NEW!)</li> <li>Basic statistics (ala Apache's mod_status)</li> <li>Advanced process management with graceful stop/start</li> <li>Ability to start workers with different uid/gid/chroot/environment and different php.ini (replaces safe_mode)</li> <li>Stdout &amp; stderr logging</li> <li>Emergency restart in case of accidental opcode cache destruction</li> <li>Accelerated upload support</li> <li>Support for a "slowlog"</li> <li>Enhancements to FastCGI, such as fastcgi_finish_request() - a special function to finish - request &amp; flush all data while continuing to do something time-consuming (video converting, stats processing, etc.)</li> </ul> <p><strong>Short history</strong></p> <ul> <li>2004: Beginning of development.</li> <li>Nov 29th, 2011: Left experimental status.</li> </ul> <p><strong>References</strong></p> <ul> <li><a href="http://php-fpm.org/" rel="nofollow">Home page</a></li> <li><a href="http://groups.google.com/group/highload-php-en" rel="nofollow">Community page</a></li> </ul> <p><strong>Community</strong></p> <ul> <li>PHP-FPM has an active IRC Channel on Freenode #php-fpm</li> </ul>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload