|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2012-05-23 09:21 UTC] fat@php.net
-Status: Open
+Status: Analyzed
-Assigned To:
+Assigned To: fat
[2012-05-23 09:32 UTC] fat@php.net
[2012-05-23 09:32 UTC] fat@php.net
[2012-05-23 09:32 UTC] fat@php.net
-Status: Analyzed
+Status: Closed
[2012-05-23 09:32 UTC] fat@php.net
[2012-05-23 11:30 UTC] cataphract@php.net
[2014-10-07 23:25 UTC] stas@php.net
[2014-10-07 23:25 UTC] stas@php.net
[2014-10-07 23:36 UTC] stas@php.net
[2014-10-07 23:36 UTC] stas@php.net
[2015-12-02 13:25 UTC] 200995968 at q dot com
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 00:00:01 2025 UTC |
Description: ------------ For non-root users: 1. if php-fpm.config has the default 'user = nobody' then php-fpm starts with: "WARNING: [pool www] 'user' directive is ignored when FPM is not running as root" 2. But if the 'user' directive is commented out then php-fpm fails to start and gives "ALERT: [pool www] user has not been defined" Php-fpm should not fail to start for non root users when 'user' (and probably 'group') are commented out of php-fpm.conf