|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2013-06-23 03:36 UTC] admin at mvpro dot net
Description: ------------ Php5-fpm rejected to run with user 'root' and group 'root', it fails to load. While proccess priority was implemented, i assume, running PHP-fpm with user 'root' should be allowed. Test script: --------------- Put in /etc/php5/fpm/pool.d/www.conf user = root Expected result: ---------------- Success run. Actual result: -------------- Fail to run. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 08:00:01 2025 UTC |
Hi, I've forgot to mention that if you run: php-fpm help it will show you something like this: Usage: php-fpm [-n] [-e] [-h] [-i] [-m] [-v] [-t] [-p <prefix>] [-g <pid>] [-c <file>] [-d foo[=bar]] [-y <file>] [-D] [-F] [...........] -R, --allow-to-run-as-root Allow pool to run as root (disabled by default) Have you tried that? Thanks :)