w156445045 发表于 2016-10-10 21:08:55

装好之后 访问所有php页面都是502错误

装好了之后访问所有页面都是502错误,我只是进行了虚拟主机的配置,手动配置的Listen 80

    ServerAdmin webmaster@dummy-host2.example.com
    DocumentRoot "/www/xxx"
    ServerName xxx.cn
    ErrorLog "xxx-error_log"
    CustomLog "xxx-access_log" common

Listen 80

    ServerAdmin webmaster@dummy-host2.example.com
    DocumentRoot "/www/xxx"
    ServerName www.xxx.cn
    ErrorLog "xxx-error_log"
    CustomLog "xxx-access_log" common谢谢 附件


第六种原因:
查看php-cgi或php-fpm进程是否在运行


php-cgi或php-fpm


# ps aux|grep php-cgi
root   179730.00.0 103316   836 pts/2    S+   21:05   0:00 grep php-cgi
# ps aux|grep php-fpm
root   179750.00.0 103316   836 pts/2    S+   21:06   0:00 grep php-fpm
#


都没有相关进程,/usr/local/php/etc/php-fpm.conf 这个文件也没有

w156445045 发表于 2016-10-10 21:11:35

因为我之前安装过 apache2 mysql nginx php
不过 mysql已经卸载了,PHP没有卸载

licess 发表于 2016-10-11 08:54:47



Error Downloading Packages:
libicu-devel-4.2.1-9.1.el6_2.x86_64: failure: Packages/libicu-devel-4.2.1-9.1.el6_2.x86_64.rpm from c6-media: No more mirrors to try.

Loaded
....
checking for icu-config... no
checking for location of ICU headers and libraries... not found
configure: error: Unable to detect ICU prefix or no failed. Please verify ICU install prefix and make sure icu-config works.
因为你系统源有问题,依赖包没安装上造成php没安装成功
php都没安装成功,只运行nginx的话肯定是502的
如果是lamp或lnmpa的话是不可能会有php-fpm的
而且按日志你选的lnmp,你前面贴的apache的配置文件,不清楚你具体想法
页: [1]
查看完整版本: 装好之后 访问所有php页面都是502错误