使用的 phpstudy,但是 nginx+mysql 启动起来就是不能正常访问,apache 倒是可以,查看 nginx 错误日志是这个错误 upstream prematurely closed connection while reading response header from upstream,
具体界面是
An error occurred.
Sorry, the page you are looking for is currently unavailable.
Please try again later.
If you are the system administrator of this resource then you should check the error log for details.
Faithfully yours, nginx.
配置文件就先不贴了 不知道有没遇到相同情况的 ,实在没有我在贴一下配置文件 ,主要配置文件是 phpstudy 自己的 按道理应该没问题 不知道是否是哪边参数需要改下
1
liaoguiming 2019-01-07 17:42:04 +08:00
php-cgi
|
2
qwertyzzz OP @liaoguiming 咋整
|
3
utfqvfhpyygy 2019-01-07 17:50:08 +08:00
nginx 链接 php 那边有问题了,要不就是 php.这种问题看日志分析
|
4
qwertyzzz OP @utfqvfhpyygy 同事电脑可以的。。妈的 不知道我这边啥问题
|
5
0ZXYDDu796nVCFxq 2019-01-07 18:08:02 +08:00 via Android
日志
日志 日志 |
7
qwertyzzz OP 解决了。。。有个 TransHost.exe 的破东西占着 9000 端口。。强制删除后好了
|
8
EvilCult 2019-01-07 18:46:36 +08:00 via iPhone
/var/log/nginx/error.log
如果是 Linux 系统的话默认在这 你那个不叫日志, [手动捂脸] |
9
tomczhen 2019-01-07 18:51:13 +08:00
看到 nginx 不可以,apache 可以就能大概猜到了。
nginx+php-fpm,apache 是内置 php mod,由于页面能现实,所以排除 nginx 本身问题,那么应该是 php-fpm 出了问题。 话说开发环境下,php artisan serve / php -S localhost:8000 足够。生成环境 windows 上使用 iis+php cgi 也强得多,干嘛要用 phpstudy。。。 |