私のマシンにphp-fpmを設定しています。私はhomebrew(特にhomebrew-alt)を使ってインストールしました。すべてがうまくインストールされていて、ターミナルを開いて "php-fpm"コマンドを入力すると、うまく起動します。残念ながら、 "php-fpm stop"のようなコマンドを実行しようとすると、以下のメッセージが表示されます。誰もがこれを引き起こしているかもしれない何考えたり、私はそれを働かせることができますか? killコマンドでプロセスを強制終了しようとすると、自動的に再起動するようです。Mac-Lion(OSX 10.7)のPHP-FPM停止/リロード問題
Usage: php [-n] [-e] [-h] [-i] [-m] [-v] [-t] [-p <prefix>] [-g <pid>] [-c <file>] [-d foo[=bar]] [-y <file>]
-c <path>|<file> 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 <dir>
Specify alternative prefix path to FastCGI process manager (default: /usr/local/Cellar/php/5.3.8).
-g, --pid <file>
Specify the PID file location.
-y, --fpm-config <file>
Specify alternative path to FastCGI process manager config file.
-t, --test Test FPM configuration and exit
これはそれを行うための適切な、きれいな方法(&自作とPHPをインストールまたはアップグレードする際にこの効果に命令を取得します)です。 –
これはチルダを除いて私にとってはうまくいきます。チルダを取り除くと、それは機能します。 – NotoriousWebmaster
'〜/ Library/LaunchAgents /'を見て、私がインストールした自家製PHPの正しい.plistを見つけなければなりませんでした – DigitalDesignDj