VPS侦探论坛

 找回密码
 注册
查看: 3675|回复: 3

0.9直接升级到1.3无法进入后台 页面空白

[复制链接]
发表于 2016-10-13 14:35:09 | 显示全部楼层 |阅读模式

我把0.9卸载安装的1.3 html页面能运行 p.php phpinfo.php phpmyadmin都能运行 (新建的虚拟机)
原来网站目录里的后台页面空白 求解答 (原nginx的conf配置文件)
美国VPS推荐: 遨游主机LinodeLOCVPS主机云搬瓦工80VPSVultr美国VPS主机中国VPS推荐: 阿里云腾讯云。LNMP付费服务(代装/问题排查)QQ 503228080
发表于 2016-10-13 17:11:05 | 显示全部楼层


什么程序?
按常见问题开php错误日志看一下

同时贴一下你虚拟主机的配置文件
Linux下Nginx+MySQL+PHP自动安装工具:https://lnmp.org
 楼主| 发表于 2016-10-13 19:56:59 | 显示全部楼层

回复 2# 的帖子


开启错误日志后 访问提示502错误
日志如下
[13-Oct-2016 15:12:38] WARNING: [pool www] child 14883 exited on signal 15 (SIGTERM) after 1900.052198 seconds from start
[13-Oct-2016 15:12:38] NOTICE: [pool www] child 16504 started
[13-Oct-2016 19:51:36] NOTICE: Finishing ...
[13-Oct-2016 19:51:36] NOTICE: exiting, bye-bye!

配置如下

server
        {
                listen       80;
                server_name www.baidu.com;
                index index.html index.htm index.php default.html default.htm default.php;
                root  /home/wwwroot/bb;

                include none.conf;
                location ~ .*.(php|php5)?$
                        {
                                try_files $uri =404;
                                fastcgi_pass  unix:/tmp/php-cgi.sock;
                                fastcgi_index index.php;
                                include fcgi.conf;
                        }

                location ~ .*.(gif|jpg|jpeg|png|bmp|swf)$
                        {
                                expires      30d;
                        }

                location ~ .*.(js|css)?$
                        {
                                expires      12h;
                        }

                access_log off;
        }
美国VPS推荐: 遨游主机LinodeLOCVPS主机云搬瓦工80VPSVultr美国VPS主机中国VPS推荐: 阿里云腾讯云。LNMP付费服务(代装/问题排查)QQ 503228080
发表于 2016-10-14 08:23:54 | 显示全部楼层



开了错误日志需要看错误日志

502的话还需要看慢日志
Linux下Nginx+MySQL+PHP自动安装工具:https://lnmp.org
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|VPS侦探 ( 鲁ICP备16040043号-1 )

GMT+8, 2024-9-28 19:20 , Processed in 0.025653 second(s), 16 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表