Edit report at http://bugs.php.net/bug.php?id=51973&edit=1

 ID:          51973
 Updated by:  f...@php.net
 Reported by: slogster at gmail dot com
 Summary:     a way to restart single pools, enable/disable modules per
              pool
-Status:      Assigned
+Status:      Analyzed
 Type:        Feature/Change Request
 Package:     FPM related
 PHP Version: 5.3SVN-2010-06-02 (SVN)
 Assigned To: fat

 New Comment:

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.


Previous Comments:
------------------------------------------------------------------------
[2010-06-13 16:04:20] f...@php.net

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 http://bugs.php.net/bug.php?id=51973&edit=1

Reply via email to