2011-12-03 11 views
2

に失敗し、私がfcgiのFastCGIの設定エラー - アップロードした画像処理は

[Sat Dec 03 02:13:06 2011] [warn] [client 66.249.72.226] (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server 
[Sat Dec 03 02:13:06 2011] [error] [client 66.249.72.226] Premature end of script headers: index.php 
[Sat Dec 03 02:18:11 2011] [warn] [client 94.139.59.97] mod_fcgid: read data timeout in 40 seconds, referer: http://www.domain.com/wp-admin/upload.php 
[Sat Dec 03 02:18:11 2011] [error] [client 94.139.59.97] Premature end of script headers: admin.php, referer: http://www.domain.com/wp-admin/upload.php 
[Sat Dec 03 02:18:18 2011] [warn] mod_fcgid: process 24965 graceful kill fail, sending SIGKILL 

私はこれをどのように修正することが可能にPHPのハンドラを変更した後、私のワードプレスは、妙に動作していますか? 5.3.8へのPHPのアップグレードに加えて、私はcPanelを介してphpハンドラを変更しました。

+0

私は同じエラーを抱えていますが、これを修正する方法を見つけましたか? – mike23

+0

phpをコンパイルしてApacheを再インストールしました。 – pixeline

答えて

0

この問題を解決するには、FCGI設定を使用する必要があります。これは通常、あまりにも速く死ぬfcgiスクリプトを表します。 詳細については、http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.htmlをご覧ください。最初に、次のように使用してください:

 
FcgidMinProcessesPerClass 0 
FcgidMaxProcessesPerClass 8 
FcgidMaxProcesses 150 
FcgidIdleTimeout 60 
FcgidProcessLifeTime 120 
FcgidIdleScanInterval 30