2013-08-17 86 views
0

我面臨一個與Apache相關的問題,因爲我必須啓動它很多次,我得到一個錯誤,在magento請幫助。我的var/log/httpd/error_log文件顯示如下錯誤:Apache重啓需要很多次

[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] AH: 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' 
+0

您將不得不告訴我們您實際得到的錯誤。你如何期待別人提供幫助? – arkascha

+0

我得到這個錯誤代碼在magento中:處理您的請求時出錯 出於安全原因,默認情況下禁用了異常打印。 錯誤日誌記錄號:1229408047402 –

+0

您應該通過編輯將上述問題添加到上述問題中。這是有價值的信息,保存在一個地方,不要在整個頁面上傳播。 Magenta是否提供任何方法來查看該日誌記錄中包含的內容? – arkascha

回答

0

這是一個棘手的問題。這:

child pid 13633 exit signal Bus error (7) 

意味着它在某處死去 - 很可能(儘管不能保證)在PHP代碼中。

我建議:

1)確保,實際上是在Apache後臺程序死亡所發生的錯誤。即做你所做的一切,阻止Apache並查看日誌,並看到這是正確的錯誤。

2)如果是,請在您的Apache服務器上啓用XDebug並找出它正在死的線。 (XDebug http://xdebug.org/可能需要一些工作來設置,但它是一個很好的工具來確定你的東西在哪裏死了)。如果沒有,發佈最後的錯誤是什麼。

nb。 Magento並不是一個簡單易調試的代碼庫,因此我停止使用它(不是因爲它正在死亡,因爲它很胖又複雜)。只是我的兩分錢。

+0

謝謝大家,這個問題與磁盤空間有關,現在已經解決了。 –

0

此問題與磁盤空間有關,現在已解決。