Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58738 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85813 invoked from network); 7 Mar 2012 12:48:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Mar 2012 12:48:06 -0000 Authentication-Results: pb1.pair.com smtp.mail=christian.kaps@mohiva.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=christian.kaps@mohiva.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain mohiva.com from 80.67.31.36 cause and error) X-PHP-List-Original-Sender: christian.kaps@mohiva.com X-Host-Fingerprint: 80.67.31.36 smtprelay02.ispgateway.de Linux 2.6 Received: from [80.67.31.36] ([80.67.31.36:47980] helo=smtprelay02.ispgateway.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C9/D0-15180-309575F4 for ; Wed, 07 Mar 2012 07:48:05 -0500 Received: from [80.67.16.111] (helo=webmail.df.eu) by smtprelay02.ispgateway.de with esmtpa (Exim 4.68) (envelope-from ) id 1S5GHg-0003iR-Iz for internals@lists.php.net; Wed, 07 Mar 2012 13:48:00 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 07 Mar 2012 13:48:00 +0100 To: In-Reply-To: <4F575552.4060202@daylessday.org> References: <13d068672408452a58ccb0d650cfdc82@mohiva.com> <4F575552.4060202@daylessday.org> Message-ID: X-Sender: christian.kaps@mohiva.com User-Agent: Roundcube Webmail/0.6 X-Df-Sender: Y2hyaXN0aWFuLmthcHNAbW9oaXZhLmNvbQ== Subject: Re: [PHP-DEV] PHP-FPM and =?UTF-8?Q?max=5Fexecution=5Ftime?= From: christian.kaps@mohiva.com (Christian Kaps) Hi, Am 07.03.2012 13:32, schrieb Antony Dovgal: > On 03/07/2012 03:47 PM, Christian Kaps wrote: >> The Apache logs prints: >> FastCGI: comm with server "/home/christian.kaps/fcgi.sock" aborted: >> idle timeout (30 sec) >> FastCGI: incomplete headers (0 bytes) received from server >> "/home/christian.kaps/fcgi.sock" > > http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html#fcgidiotimeout ? > > The error in the *Apache* logs kinda means the Apache has hit a > timeout, not PHP. > > > Ugh.. nice anchor/directive name, Apache guys. > > -- > Wbr, > Antony Dovgal > --- > http://pinba.org - realtime profiling for PHP Thanks, this points me in the right direction. The problem was the -idle-timeout property for the FastCgiExternalServer directive. http://www.fastcgi.com/mod_fastcgi/docs/mod_fastcgi.html Christian