centos6.8下安装wdlinux的几个问题
系统:阿里云centos6.8在安装php5.2的时候执行
sh ./lib/phps.sh 5.2.17
出现报错:
you may want to add: /www/wdlinux/phps/52/lib/php to your php.ini include_path
Installing PDO headers: /www/wdlinux/phps/52/include/php/ext/pdo/
Starting php_fpm .Mar 22 17:02:39.252129 [ERROR] fpm_unix_conf_wp(), line 91: cannot
get uid for user 'www', pool 'default'.................................. failed
5.2.17 install complete
configurations, phps install is complete
visit http://ip:8080
more infomation please visit [url]http://www.wdlinux.cn/bbs/[/url]
结果就是在后台可以看到php5.2安装成功,但是不能启动服务。
于是手工建了www组和www用户,启动成功。此时在后台可以启动php,但是访问http://ip 访问80端口不通,于是手工删除php的52目录,重新安装提示已经安装,后台重启service httpd restart发现httpd根本不存在,在chkconfig列表中也没有。
几个问题整理如下:
1.安装php版本时的 line 91: cannot
get uid for user 'www', pool 'default'.................................. failed 是什么原因?
2.怎样重启httpd服务?
3.怎样卸载重装php某版本?
谢谢!
. 看来只有我一个人遇到这个问题? 这个问题已经解决,结贴
页:
[1]