[Wed Dec 12 23:23:09 2012] [warn] [client 31.22.4.214] (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server
[Wed Dec 12 23:23:09 2012] [error] [client 31.22.4.214] Premature end of script headers: index.php
[Wed Dec 12 23:31:20 2012] [error] mod_fcgid: process /home/www-data/php5-fcgi(32763) exit(communication error), get unexpected signal 7
我得到這些錯誤的每個時間在我的Apache日誌。我運行一個論壇,有時這些錯誤變得如此嚴重,它會返回一個500錯誤。mod_fcgid錯誤,導致500錯誤頁面(全部細節包括)
我使用的是APC,Debian OS,PHP5CGI和MYSQL。下面是我使用的APACHE模塊列表:
鏈接到圖片:i.stack.imgur(點)的COM/bcrWn(點)爲png
你能告訴我什麼是錯的?這是一個APC問題嗎?
看來,fastcgi正在放棄與Apache的連接。在php.ini中檢查你的fastcgi設置。如果我記得沒錯的話,默認值是非常保守的,因此您可能需要增加子線程數量和/或允許的客戶端寫入數量。另外看看你是否已經在php.ini中設置了記錄PHP錯誤。 – JSON