我尝试使用 amazon ami 在 amazon aws 中设置 apache 2.2。我确实安装了 httpd 和 php 以及 congirue http.conf 来使用 /var/www/html。
然后将文件 index.html 放在该文件夹中。但是当我尝试使用浏览器浏览我的域 ec2-122-248-255-181.ap-southeast-1.compute.amazonaws.com 时,没有加载任何内容。
我确实通过运行 apachectl start 启动了 httpd,我可以看到它正在侦听端口 80。
有人知道出了什么问题吗?