[error] [client x.x.x.x] FastCGI: comm with (dynamic) server "/home/wiki/html/font/index.cgi" aborted: (first read) idle timeout (30 sec) [error] [client x.x.x.x] FastCGI: incomplete headers (0 bytes) received from server "/home/wiki/html/font/index.cgi"
これって maxProcess に達したからエラーになっているのではない気がします。 試しに
FastCgiConfig -processSlack 2 -maxProcesses 3 -restart
で FastCGI を使ってみると maxProcess に達した時に手元では
[warn] FastCGI: can't schedule the start of another (dynamic) server "/home/sheepman/public_html/hiki/hiki.fcgi" process: exceeded dynamicMaxProcs (3)
と Apache の error_log に出ました。
「comm with ...」のエラーは、ロックが掛かったか終了してしまったかで HikiFarm の index.cgi の応答がないというエラーなのではないでしょうか。
最近のコメント