001+ Usage: php-fpm [-n] [-e] [-h] [-i] [-m] [-v] [-t] [-p <prefix>] [-g <pid>] [-c <file>] [-d foo[=bar]] [-y <file>] [-D] [-F]
002+ -c <path>|<file> Look for php.ini file in this directory
001- Started
002- Done
003+ -n No php.ini file will be used
004+ -d foo[=bar] Define INI entry foo with value 'bar'
005+ -e Generate extended information for debugger/profiler
006+ -h This help
007+ -i PHP information
008+ -m Show compiled in modules
009+ -v Version number
010+ -p, --prefix <dir>
011+ Specify alternative prefix path to FastCGI process manager (default: /home/xiaoju/php).
012+ -g, --pid <file>
013+ Specify the PID file location.
014+ -y, --fpm-config <file>
015+ Specify alternative path to FastCGI process manager config file.
016+ -t, --test Test FPM configuration and exit
017+ -D, --daemonize force to run in background, and ignore daemonize option from config file
018+ -F, --nodaemonize
019+ force to stay in foreground, and ignore daemonize option from config file
020+ -R, --allow-to-run-as-root
021+ Allow pool to run as root (disabled by default)
022+ Done