php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #53075 Running fpm with default config produces pm.min_spare_servers error
Submitted: 2010-10-15 12:27 UTC Modified: 2010-10-21 23:15 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: alexey dot rybak at gmail dot com Assigned: fat (profile)
Status: Closed Package: FPM related
PHP Version: 5.3.3 OS: any
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
38 - 12 = ?
Subscribe to this entry?

 
 [2010-10-15 12:27 UTC] alexey dot rybak at gmail dot com
Description:
------------
Just copying etc/php-fpm.conf.default to etc/php-fpm.conf doesn't
work: we have pm.dynamic by default (why?) and the following error
occures:
Starting php_fpm Oct 15 12:15:18.755094 [ALERT] [pool www]
pm.min_spare_servers(0) must be a positive value
Oct 15 12:15:18.755148 [ERROR] failed to post process the configuration
removing comments ';' for dynamic config helps
Shorter: there should be either "pm.static" and comments for these spare
settings, or "pm.dynamic" with non-commented settings.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-10-21 23:15 UTC] fat@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: fat
 [2010-10-21 23:15 UTC] fat@php.net
This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 10 23:01:30 2024 UTC