Home > Backend Development > PHP Tutorial > php-5.3.6怎么启动php-fpm~求

php-5.3.6怎么启动php-fpm~求

WBOY
Release: 2016-06-13 13:26:24
Original
960 people have browsed it

php-5.3.6如何启动php-fpm~~~急求
php-5.3.6中是自带fpm模块的,不用打补丁了,
但是启动的方法好像也跟以前不一样,我用命令:
./php-fpm start
启动不了,
请问哪位高手知道怎么配置、启动还有停止,多谢~
安装时的参数如下:
#./configure --prefix=/usr/local/php --with-mysql=/usr/local/mysql/ --enable-fpm --enable-debug



------解决方案--------------------
/etc/init.d/php-fpm start
------解决方案--------------------

探讨
php-5.3.6中是自带fpm模块的,不用打补丁了,
但是启动的方法好像也跟以前不一样,我用命令:
./php-fpm start
启动不了,
请问哪位高手知道怎么配置、启动还有停止,多谢~
安装时的参数如下:
#./configure --prefix=/usr/local/php --with-mysql=/usr/local/mysql/ --enable-fpm --enab……
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template