我在我的机器上设置了php-fpm,并使用自制软件(特别是自制软件包)来安装它。一切都安装正常,如果我打开终端并键入命令“PHP-FPM”它启动罚款。不幸的是,如果我尝试运行诸如“php-fpm stop”之类的命令,我会在下面看到这条消息。有没有人有任何想法可能会导致这种情况或如何让它工作?如果我尝试用kill命令杀死进程,它似乎会自动重启。PHP-FPM在Mac Lion上停止/重新加载问题(OSX 10.7)
Usage: php [-n] [-e] [-h] [-i] [-m] [-v] [-t] [-p ] [-g ] [-c ] [-d foo[=bar]] [-y ]
-c | Look for php.ini file in this directory
-n No php.ini file will be used
-d foo[=bar] Define INI entry foo with value 'bar'
-e Generate extended information for debugger/profiler
-h This help
-i PHP information
-m Show compiled in modules
-v Version number
-p, --prefix
Specify alternative prefix path to FastCGI process manager (default: /usr/local/Cellar/php/5.3.8).
-g, --pid
Specify the PID file location.
-y, --fpm-config
Specify alternative path to FastCGI process manager config file.
-t, --test Test FPM configuration and exit