服务器 LEMP 无响应(CentOS 5.5 最终版)
我正在安装并运行 CentOS 5.5(最终)32 位和 Nginx、MySql、php-fpm,但是当我尝试从配置的域打开页面时,没有任何显示,浏览器继续加载。我也尝试了服务器IP,但还是一样。请帮帮我
I am having CentOS 5.5 (Final) 32 Bit and Nginx, MySql, php-fpm installed and running but when I try to open page from my configured domain nothing displays the browser keeps on loading. I tried with server IP also but still the same. Please help me out
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你有防火墙阻止它吗?默认情况下,我认为它会阻止除 SSH 之外的几乎所有内容。作为 root,尝试
让 UI 来配置它。 (可能是
system-config-network
或-security
- 我永远记不起来了。)您可能还需要为此安装一些软件包,但我发现这更容易记住我在单独的配置文件中的方式。
(如果我完全记错了,请尝试 /usr/sbin,以防实用程序位于其中。)
Do you have the firewall blocking it? By default I think it blocks pretty much everything but SSH. As root, try
to get the UI to configure this. (It might be
system-config-network
or-security
- I can never remember.) You might also have to install some packages for this, i.e.but I find that easier that remembering my way around the separate config files.
(And if I've completely mis-remembered, try /usr/sbin in case the utilites are in there insetad.)