网站刚才还在跟更新文章,This website is temporarily unavailable, please let me trytry again la

90464人阅读
apache和nginx服务器(12)
今天网站突然出现如下错误:
The page you are looking for is temporarily unavailable.Please try again later.
很奇怪,我对服务器端的技术不是很熟悉,于是查询了下google,在https://wiki.archlinux.org/index.php/Nginx
上面的解决方法:
Error: The page you are looking for is temporarily unavailable. Please try again later.
This is because the FastCGI server has not been started.
如何解决呢?
刚开始我怀疑是不是nginx挂了,我首先通过ps aux | grep nginx,结果出现:
root & & & &0.0 & 5760 & 692 ? & & & &Ss & Apr21 & 0:00 nginx: master process /usr/local/nginx/sbin/nginx
&0.1 & ? & & & &S & &Apr21 & 0:03 nginx: worker process & & &
&0.1 & ? & & & &S & &Apr21 & 0:03 nginx: worker process & & &
&0.1 & ? & & & &S & &Apr21 & 0:03 nginx: worker process & & &
&0.1 & ? & & & &S & &Apr21 & 0:03 nginx: worker process & & &
&0.1 & ? & & & &S & &Apr21 & 0:03 nginx: worker process & & &
&0.1 & ? & & & &S & &Apr21 & 0:03 nginx: worker process & & &
&0.1 & ? & & & &S & &Apr21 & 0:02 nginx: worker process & & &
root & & 2 &0.0 & 5196 & 756 pts/1 & &S+ & 14:33 & 0:00 grep nginx
可见nginx是正常的,本来打算重启nginx的:
/usr/local/nginx/sbin/nginx -t -c /usr/local/nginx/conf/nginx.conf的,
突然觉得有没有其他方法,有同事提示先在一个目录下运行下test.html和test.php,结果html可以运行,php无法运行。
证实是php没有启动,我刚才也检测过php的进程,的确是没有php进程,这台服务器我不熟悉,同事帮忙查看了下
cd /etc/init.d,就是web管理员经常看的地方,是随着系统自动启动的服务,程序等。可以看看:
//talk-about-rc-local.html的《说说?/etc/rc.d/rc.local》
/usr/local/php/sbin/php-fpm start,首先什么是php-fpm呢?
就是FastCGI Process Manager,是一种可选的PHP FastGCI执行模式,有一点很有特点的应用,尤其是一个繁忙的网站中:
(1) 可适应的进行再生(NEW!)
(2) 基本的统计功能(Apache's mod_status)
(3) 高级进程管理功能,能够优雅的停止/开始
(4) 能够使用不同的工作用户和不同的php.ini
(5) 输入,输出日志记录...
开启后,一切恢复正常!自己的服务器端技术还是有很多地方使用的不够。需要多学习使用!
参考知识库
* 以上用户言论只代表其个人观点,不代表CSDN网站的观点或立场
访问:1030656次
积分:9571
积分:9571
排名:第1465名
原创:206篇
转载:70篇
评论:152条
(3)(2)(2)(1)(1)(1)(3)(4)(1)(2)(2)(4)(5)(8)(18)(31)(17)(5)(7)(1)(2)(2)(5)(6)(1)(2)(4)(10)(14)(21)(15)(4)(24)(16)(16)(13)(2)(1)(1)当前位置: &
求翻译:This website is temporarily unavailable, please try again later是什么意思?
This website is temporarily unavailable, please try again later
问题补充:
该网站暂时不可用,请稍后再试
本网站是暂时不可用,请稍后再试
这个网站临时地是无法获得的,请再试试以后
本网站暂时不可用,请稍后再试
本网站暂时不可用,请稍后再试
我来回答:
参考资料:
* 验证码:
登录后回答可以获得积分奖励,并可以查看和管理所有的回答。 |
我要翻译和提问
请输入您需要翻译的文本!114网址导航}

我要回帖

更多关于 please let me try 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信