Apache重启需要很多次

时间:2013-08-17 05:12:13

标签: apache

我遇到了与apache相关的问题因为我必须启动它很多次我在magento中遇到错误请帮助。我的var / log / httpd / error_log文件显示以下错误:

[Sat Aug 17 04:58:20.398508 2013] [core:notice] [pid 13152] AH00052: child pid 13633 exit signal Bus error (7)
[Sat Aug 17 04:59:08.588649 2013] [mpm_prefork:notice] [pid 13152] AH00170: caught SIGWINCH, shutting down gracefully
[Sat Aug 17 04:59:08.988421 2013] [suexec:notice] [pid 13734] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sat Aug 17 04:59:09.000312 2013] [ssl:notice] [pid 13734] AH01886: SSL FIPS mode disabled
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 2001:4801:7817:72:ae8d:c5a8:ff10:c59. Set the 'ServerName' directive globally to suppress this message
[Sat Aug 17 04:59:09.163707 2013] [auth_digest:notice] [pid 13734] AH01757: generating secret for digest authentication ...
[Sat Aug 17 04:59:10.001051 2013] [lbmethod_heartbeat:notice] [pid 13734] AH02282: No slotmem from mod_heartmonitor
[Sat Aug 17 04:59:10.001272 2013] [ssl:notice] [pid 13734] AH01886: SSL FIPS mode disabled
Failed loading /usr/local/ioncube/ioncube_loader_lin_5.4.so:  /usr/local/ioncube/ioncube_loader_lin_5.4.so: cannot open shared object file: No such file or directory
[Sat Aug 17 04:59:10.245942 2013] [mpm_prefork:notice] [pid 13734] AH00163: Apache/2.4.4 (Fedora) OpenSSL/1.0.1e-fips PHP/5.4.13 mod_perl/2.0.8-dev Perl/v5.16.3 configured -- resuming normal operations
[Sat Aug 17 04:59:10.246024 2013] [core:notice] [pid 13734] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'

2 个答案:

答案 0 :(得分:0)

这是一个棘手的问题。这样:

child pid 13633 exit signal Bus error (7)

意味着它在某处死亡 - 很可能(尽管不能保证)在PHP代码中。

我建议:

1)确保这实际上是Apache守护程序死亡时发生的错误。即做你做的任何事情阻止Apache并查看日志,看看那是正确的错误。

2)如果是,请在Apache服务器上启用XDebug并找出它正在死亡的行。 (XDebug http://xdebug.org/可以花一点时间来设置,但它是一个很好的工具,可以确定你的东西在PHP中死亡的地方)。如果没有,请发布最后的错误。

NB。 Magento并不是一个简单易用的调试代码库,因此我不再使用它(不是因为它很快就死了,因为它很胖而且很复杂)。只是我的两分钱。

答案 1 :(得分:0)

这个问题与磁盘空间有关,现在已经解决了。