the fpm process supports the USER2 signal, which is used to reload the config file.
kill -USR2 [pid]
should do the trick.
|
Home All Articles Contact Zawgyi Myanmar Font |
FastCGI Process Manager (FPM)Table of ContentsFPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features (mostly) useful for heavy-loaded sites. These features include:
User Contributed Notes
FastCGI Process Manager (FPM) - [3 notes]
joel k ¶
1 year ago
the fpm process supports the USER2 signal, which is used to reload the config file.
robin at robinwinslow dot co dot uk ¶
2 years ago
Init script setup
kokushibyou at gmail dot com ¶ 25 days ago
PHP-FPM is FAST - but be wary of using it while your code base is stored on NFS - under average load your NFS server will feel some serious strain. I have yet to find a work around for this bug: https://bugs.php.net/bug.php?id=52312
|