0

我在 EC2 实例上的 RHEL7 上运行 Magento 安装。一切都运行良好,然后突然间我的 http 请求停止得到响应。我重新启动了实例,没有任何变化。我仍然可以 ssh 进入服务器。以下是apache错误日志的内容:

[Mon Dec 15 20:20:56.907331 2014] [auth_digest:notice] [pid 1085] AH01757: generating secret for digest authentication ...
[Mon Dec 15 20:20:56.907894 2014] [lbmethod_heartbeat:notice] [pid 1085] AH02282: No slotmem from mod_heartmonitor
[Mon Dec 15 20:20:56.920284 2014] [mpm_prefork:notice] [pid 1085] AH00163: Apache/2.4.6 (Red Hat) PHP/5.4.16 configured -- resuming normal operations
[Mon Dec 15 20:20:56.920292 2014] [core:notice] [pid 1085] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'

我的理解是,该日志中没有任何内容告诉我它为什么不起作用。找到问题的下一步是什么?Apache 版本是 2.4.6 和 httpd.config 语法检查。我敢打赌,罪魁祸首是用户权限——我将如何检查这是否是问题所在?

4

1 回答 1

0

问题完全出在其他地方。阿帕奇工作得很好。错误出现在 Magento 的 index.php 文件之后,我的 PHP 设置似乎存在某种类型的问题。一旦我从 /var/www/html 目录中请求另一个文件,Apache 就按照它应该的方式提供它。犯了这样一个基本的错误我很糟糕。

于 2014-12-16T20:56:40.390 回答