0.9直接升级到1.3无法进入后台 页面空白
我把0.9卸载安装的1.3 html页面能运行 p.php phpinfo.php phpmyadmin都能运行 (新建的虚拟机)原来网站目录里的后台页面空白 求解答 (原nginx的conf配置文件) 什么程序?
按常见问题开php错误日志看一下
同时贴一下你虚拟主机的配置文件
回复 2# 的帖子
开启错误日志后 访问提示502错误日志如下
WARNING: child 14883 exited on signal 15 (SIGTERM) after 1900.052198 seconds from start
NOTICE: child 16504 started
NOTICE: Finishing ...
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_passunix:/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;
} 开了错误日志需要看错误日志
502的话还需要看慢日志
页:
[1]