- 积分
- 24
- 威望
-
- 金钱
-
- 注册时间
- 2011-5-22
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
/usr/local/php/bin/php -v 执行如下。
rockscrusher:~# /usr/local/php/bin/php -v
PHP 5.3.6 (cli) (built: May 15 2011 11:16:16)
Copyright (c) 1997-2011 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2011 Zend Technologies
with Zend Guard Loader v3.3, Copyright (c) 1998-2010, by Zend Technologies
/usr/local/php/sbin/php-fpm reload 执行如下
rockscrusher:~# /usr/local/php/sbin/php-fpm reload
Usage: php-fpm [-n] [-e] [-h] [-i] [-m] [-v] [-t] [-p <prefix> ] [-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/php).
-y, --fpm-config <file>
Specify alternative path to FastCGI process manager config file.
-t, --test Test FPM configuration and exit
但是我的php探针和phpinfo显示 php版本 5.2.17,Zend Optimizer支持: 不支持 eAccelerator支持: 不支持
并且我的VPS经常性的502,每次重启便正常。
我的VPS : Debian GNU/Linux 6.0 \n \l |
|