Nginx访问PHP提示An error occurred. the page you are looking for is currently unavailable.

以前一直玩windows,现在被微信公众号和小程序搞的发现windows还是不怎么靠谱,于是开始了linux的摸索,
没想到遇到不少困难,抽空记录一下,希望对新搭建Linux服务器的朋友有点帮助。

安装完nginxphp等环境后,Nginx访问PHP提示

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 theerror log for details.

Faithfully yours, nginx.

——最后发现,我犯了个低级错误,PHP没启动。

ngnix中重启php

service php-fpm start

service php-fpm stop

service php-fpm restart

service php-fpm reload

其他可能的错误,来自网络整理:

问题1:仔细检查下 Nginx配置文件,是配置不当造成的!:

比如说,有朋友遇到的出错原因如下:

nginx.conf配置文件有这么一段代码:

include  vhost/*.conf;

它表示包含 vhost 目录下的所有虚拟机配置文件。在语法上,通过 命令 nginx -t 去检测,它是没错的,但是事实上 vhost文件夹是不存的(忘记建立),所以nginx进程虽然能跑起来,但是前端页面展示还是报错的,最后的解决方案 当然是新建 vhost目录即可!

问题2:有朋友把Nginx配置文件配置错了。

参考:https://www.cnblogs.com/debmzhang/p/4194254.html

参考:如何配置Nginx网站配置文件,设置域名访问,更换默认目录等


声明:未经上传用户或原创作者授权,请勿作他用。
其他事微信:93547942 协助处理。
砚台酪-18年专业互联网服务咨询 » Nginx访问PHP提示An error occurred. the page you are looking for is currently unavailable.
在线客服
在线客服
热线电话
QQ客服