php 5.4.0 源码编译安装启动 php-fpm
今天在centos虚拟机上重新编译安装了一下php
./configure --enable-xml --enable-fastcgi --enable-fpm --enable-force-cgi-redirect
安装成功后使用php-fpm命令无法启动php,提示
[13-Apr-2012 03:20:56] ERROR: failed to open configuration file '/usr/local/etc/php-fpm.conf': No such file or directory (2)
[13-Apr-2012 03:20:56] ERROR: failed to load configuration file '/usr/local/etc/php-fpm.conf'
[13-Apr-2012 03:20:56] ERROR: FPM initialization failed
在网上找了一下才发现原来要把/usr/local/etc/php-fpm.conf.default移动到/usr/local/etc/php-fpm.conf
将php-fpm设置为服务启动
[root@xiaoyu ~]# cd php-5.4.0/sapi/fpm/
[root@xiaoyu fpm]# ls
config.m4 init.d.php-fpm Makefile.frag php-fpm.8.in status.html
CREDITS init.d.php-fpm.in php-fpm php-fpm.conf status.html.in
fpm LICENSE php-fpm.8 php-fpm.conf.in
[root@xiaoyu fpm]# cp init.d.php-fpm /etc/init.d/php-fpm
然后chmod 755 /etc/init.d/php-fpm
/etc/init.d/php-fpm start
/sbin/chkconfig --add php-fpm (添加到开机服务列表)
/sbin/chkconfig php-fpm on
php-fpm的启动、停止和重启:
/etc/init.d/php-fpm start
/etc/init.d/php-fpm stop
/etc/init.d/php-fpm reload
Sort
Archive
- 2023年1月(1)
- 2019年4月(1)
- 2018年12月(2)
- 2014年9月(1)
- 2014年7月(1)
- 2014年5月(4)
- 2013年4月(10)
- 2013年3月(2)
- 2012年11月(10)
- 2012年10月(2)
- 2012年9月(2)
- 2012年8月(9)
- 2012年7月(1)
- 2012年6月(4)
- 2012年5月(4)
- 2012年4月(11)
- 2012年3月(11)
- 2012年1月(16)
- 2011年12月(6)
- 2011年11月(8)
- 2011年10月(8)
- 2011年9月(3)
- 2011年8月(6)
- 2011年7月(3)
- 2011年6月(5)
- 2011年5月(10)
- 2011年4月(4)
- 2011年3月(4)
- 2011年2月(7)
- 2011年1月(16)
- 2010年12月(9)
- 2010年11月(29)
- 2010年10月(14)
- 2010年9月(15)
- 2010年8月(16)
- 2010年7月(22)
- 2010年6月(19)
- 2010年5月(27)
- 2010年4月(21)
- 2010年3月(24)
- 2010年2月(9)
Comment
- Lightning_bear
失效了 - admin
在哪下载? - 王健宇
@红河:CMD命令里... - 红河
台式机安装了蓝牙。但... - M2nT1ger
@LiveOnLov... - LiveOnLove
可以将Tablet ... - 阿生
表示支持了 - M2nT1ger
@无:每种都学啊。 - 无
向您这么厉害,得学习... - M2nT1ger
@被屏蔽的昵称:谢谢...
发表评论: