From:             php at searchystats dot com
Operating system: FreeBSD 4.8
PHP version:      4.3.4RC3
PHP Bug Type:     CGI related
Bug description:  Broken pipo by incomplete headers

Description:
------------
The problem is that php as FastCGI application occasionaly fails and
produces this error log:

[Sun Nov  2 17:40:17 2003] [error] [client %ip%] (32)Broken pipe: FastCGI:
comm with server "/opt/guide/ppi.searchy.net/cgi-bin/php.fcgi" aborted:
write failed
[Sun Nov  2 17:40:17 2003] [error] [client %ip%] FastCGI: incomplete
headers (0 bytes) received from server
"/opt/guide/ppi.searchy.net/cgi-bin/php.fcgi"

/opt/guide/ppi.searchy.net/cgi-bin/php.fcgi = the binary php compiled with
the following configure command: 

./configure --without-apache --enable-fastcgi --enable-force-cgi-redirect
--prefix=/usr/local/php-4.3.4RC3-test --with-mysql=/usr/local/mysql
--with-openssl

I have not been able to reproduce the problem, it justs occures now and
then. The apache configuration is as follows specific to php fastcgi in a
virtualhost directive:

FastCgiServer /opt/guide/ppi.searchy.net/cgi-bin/php.fcgi -appConnTimeout
0 -processes 5 -listen-queue-depth 100 -flush
FastCgiConfig -maxProcesses 50 -minProcesses 6 -appConnTimeout 0
AddHandler php-fastcgi .fphp .php4 .php3 .php
Action php-fastcgi /cgi-bin/php.fcgi

Reproduce code:
---------------
*any source code*


-- 
Edit bug report at http://bugs.php.net/?id=26081&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=26081&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=26081&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=26081&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=26081&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=26081&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=26081&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=26081&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=26081&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=26081&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=26081&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=26081&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26081&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=26081&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=26081&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=26081&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=26081&r=float

Reply via email to