Edit report at https://bugs.php.net/bug.php?id=51973&edit=1
ID: 51973
Comment by: daniele dot pignedoli at gmail dot com
Reported by: slogster at gmail dot com
Summary: a way to restart single pools, enable/disable
modules per pool
Status: Analyzed
Type: Feature/Change Request
Package: FPM related
PHP Version: 5.3SVN-2010-06-02 (SVN)
Assigned To: fat
Block user comment: N
Private report: N
New Comment:
+1
Would be great also the possibility to add fpm pools on-the-fly without having
to restart fpm (causing a downtime to all pools)
Previous Comments:
------------------------------------------------------------------------
[2010-07-22 23:21:21] [email protected]
Hi there.
There is no way to restart a single pool. If you change the conf file, send a
USR2
signal to the FPM process. All pool will be restarted. If you really don't want
to
restart other pools, you can safely send a QUIT signal the each pool processes.
btw, this bugs makes me think about adding a gracefull restart of FPM.
------------------------------------------------------------------------
[2010-06-13 16:04:20] [email protected]
For enabeling extensions you can use the php_admin_value setting for each pool:
php_admin_value[extension] = extension.so
------------------------------------------------------------------------
[2010-06-02 13:01:49] slogster at gmail dot com
Description:
------------
Hi,
I would like to be able do enable/disable modules per pool and would also like
to be able to restart single pool when I change its config.
Thanks
------------------------------------------------------------------------
--
Edit this bug report at https://bugs.php.net/bug.php?id=51973&edit=1